summaryrefslogtreecommitdiff
path: root/lib/mkstemp-safer.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-07-27 12:44:38 +0000
committerBruno Haible <bruno@clisp.org>2006-07-27 12:44:38 +0000
commite883731d0d1db0ea1218e1254797e358d33904f3 (patch)
tree428f995b1711ed489f3323c0f47aa010ace4281f /lib/mkstemp-safer.c
parent33fa864119281479da3a48ba312d5ca42aeb6f50 (diff)
downloadgnulib-e883731d0d1db0ea1218e1254797e358d33904f3.tar.gz
Fix syntax error.
Diffstat (limited to 'lib/mkstemp-safer.c')
-rw-r--r--lib/mkstemp-safer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c
index e244d6cb3a..315385da0e 100644
--- a/lib/mkstemp-safer.c
+++ b/lib/mkstemp-safer.c
@@ -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