changeset 7054:45e54b67167a

Fix syntax error.
author Bruno Haible <bruno@clisp.org>
date Thu, 27 Jul 2006 12:44:38 +0000
parents 8a261680f8ca
children 5bea7b615db5
files lib/mkstemp-safer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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