summaryrefslogtreecommitdiff
path: root/src/FontNames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FontNames.c')
-rw-r--r--src/FontNames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FontNames.c b/src/FontNames.c
index dc097856..97a0e7a3 100644
--- a/src/FontNames.c
+++ b/src/FontNames.c
@@ -39,7 +39,7 @@ register Display *dpy,
_Xconst char *pattern, /* null-terminated */
int maxNames,
int *actualCount) /* RETURN */
-{
+{
register long nbytes;
register unsigned i;
register int length;
@@ -102,7 +102,7 @@ int *actualCount) /* RETURN */
int
XFreeFontNames(char **list)
-{
+{
if (list) {
if (!*(list[0]-1)) { /* from ListFontsWithInfo */
register char **names;