diff options
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; |