Fix syntax error.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Jul 2006 12:44:38 +0000 (12:44 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Jul 2006 12:44:38 +0000 (12:44 +0000)
lib/mkstemp-safer.c

index e244d6c..315385d 100644 (file)
@@ -28,7 +28,7 @@
 #include "unistd-safer.h"
 
 #if ! HAVE_MKSTEMP
-int mkstemp (char *)
+int mkstemp (char *);
 #endif
 
 /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or