<<< Date Index >>>     <<< Thread Index >>>

fix syntax error in protos.h



Hi,

FYI a small typo.

Cheers,
Ralf

2008-07-03  Ralf Wildenhues  <wildenhues@xxxxxxxxxxxxxxx>

        * protos.h (strtok_r): Fix syntax error.

diff -r f72fce68ca19 protos.h
--- a/protos.h  Wed Jul 02 18:26:17 2008 +0200
+++ b/protos.h  Thu Jul 03 20:23:34 2008 +0200
@@ -543,6 +543,6 @@ char *strsep (char **, const char *);
 #endif
 
 #ifndef HAVE_STRTOK_R
-char *strtok_r (char *, const char *, char **)
-#endif
-
+char *strtok_r (char *, const char *, char **);
+#endif
+