diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-07-29 00:44:38 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 23:05:45 +0200 |
commit | acfe0013c9d1ef1344c7813d4dae51ba6f2da622 (patch) | |
tree | ba17af85081b346a6b0e753fd9ac1e590a4ca494 /nx-X11/lib/X11/FontNames.c | |
parent | 35145c251305a562c4273d712fab5b4b387913ab (diff) | |
download | nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.gz nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.bz2 nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.zip |
update src files *[ch] to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/FontNames.c')
-rw-r--r-- | nx-X11/lib/X11/FontNames.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/FontNames.c b/nx-X11/lib/X11/FontNames.c index f0b72a75e..3018cf2cf 100644 --- a/nx-X11/lib/X11/FontNames.c +++ b/nx-X11/lib/X11/FontNames.c @@ -36,7 +36,7 @@ register Display *dpy, _Xconst char *pattern, /* null-terminated */ int maxNames, int *actualCount) /* RETURN */ -{ +{ register long nbytes; register unsigned i; register int length; @@ -98,9 +98,8 @@ int *actualCount) /* RETURN */ } int -XFreeFontNames(list) -char **list; -{ +XFreeFontNames(char **list) +{ if (list) { if (!*(list[0]-1)) { /* from ListFontsWithInfo */ register char **names; |