Fix syntax error for strtok_r compatitility prototype
authorRalf Wildenhues <wildenhues@ins.uni-bonn.de>
Fri, 4 Jul 2008 07:09:43 +0000 (09:09 +0200)
committerRalf Wildenhues <wildenhues@ins.uni-bonn.de>
Fri, 4 Jul 2008 07:09:43 +0000 (09:09 +0200)
protos.h

index 99a0e707aff908137e6c1587ea526bdba9736720..d98a16876f3cdff96e7ac33244c31c47ebe8ac7a 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -543,6 +543,6 @@ char *strsep (char **, const char *);
 #endif
 
 #ifndef HAVE_STRTOK_R
-char *strtok_r (char *, const char *, char **)
+char *strtok_r (char *, const char *, char **);
 #endif