summaryrefslogtreecommitdiff
path: root/src/xlibi18n/lcStd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlibi18n/lcStd.c')
-rw-r--r--src/xlibi18n/lcStd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xlibi18n/lcStd.c b/src/xlibi18n/lcStd.c
index e112dcea..1c52013a 100644
--- a/src/xlibi18n/lcStd.c
+++ b/src/xlibi18n/lcStd.c
@@ -135,7 +135,7 @@ _Xlcmbstowcs(
if (lcd == NULL)
return -1;
}
-
+
conv = _XlcOpenConverter(lcd, XlcNMultiByte, lcd, XlcNWideChar);
if (conv == NULL)
return -1;
@@ -290,7 +290,7 @@ _Xwcslen(
while (*wstr_ptr)
wstr_ptr++;
-
+
return wstr_ptr - wstr;
}