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 e244d6cb3a45d2a6f3dbaf0add86330e15132598..315385da0e32c382300f43bce59bfab3cc7c17f4 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