summaryrefslogtreecommitdiff
path: root/xts5/src/lib/checkfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/src/lib/checkfont.c')
-rw-r--r--xts5/src/lib/checkfont.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xts5/src/lib/checkfont.c b/xts5/src/lib/checkfont.c
index f2c54985..e1c56246 100644
--- a/xts5/src/lib/checkfont.c
+++ b/xts5/src/lib/checkfont.c
@@ -152,11 +152,11 @@ int nfontinfo = NELEM(fontinfo);
#ifdef __STDC__
static int checkprops(XFontStruct *fsp, XFontStruct *good, char *str);
static XCharStruct *getmetric(XFontStruct *fsp, unsigned int c);
-static check1prop(XFontStruct *fsp, XFontProp *fp, char *str);
+static int check1prop(XFontStruct *fsp, XFontProp *fp, char *str);
#else
static int checkprops();
static XCharStruct *getmetric();
-static check1prop();
+static int check1prop();
#endif
/*
@@ -447,7 +447,7 @@ int pass = 0, fail = 0;
/*
* Check a single property
*/
-static
+static int
check1prop(fsp, fp, str)
XFontStruct *fsp;
XFontProp *fp;