diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 01:22:46 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:31 +0200 |
commit | 385dc2b070df1e19853a009bfe32204e0c5b2dd7 (patch) | |
tree | 6c18a91191560417fe9ae67ea10ca5905bc29fb2 /nx-X11/lib/X11/lcPublic.c | |
parent | e868fbbfdabe9cf45899054c8455d39acf800ede (diff) | |
download | nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.tar.gz nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.tar.bz2 nx-libs-385dc2b070df1e19853a009bfe32204e0c5b2dd7.zip |
update xlibi18n files to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/lcPublic.c')
-rw-r--r-- | nx-X11/lib/X11/lcPublic.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/lcPublic.c b/nx-X11/lib/X11/lcPublic.c index 8cff046c4..2c02f5fba 100644 --- a/nx-X11/lib/X11/lcPublic.c +++ b/nx-X11/lib/X11/lcPublic.c @@ -59,7 +59,7 @@ static XLCdPublicMethodsRec publicMethods = { default_string, NULL, NULL - }, + }, { NULL, create, @@ -216,9 +216,9 @@ initialize( name = lcd->core->name; #if !defined(X_LOCALE) - /* - * _XlMapOSLocaleName will return the same string or a substring - * of name, so strlen(name) is okay + /* + * _XlMapOSLocaleName will return the same string or a substring + * of name, so strlen(name) is okay */ if ((len = strlen(name)) < sizeof sinamebuf) siname = sinamebuf; |