From: Bruno Haible Date: Thu, 27 Jul 2006 12:44:38 +0000 (+0000) Subject: Fix syntax error. X-Git-Tag: cvs-readonly~2132 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e883731d0d1db0ea1218e1254797e358d33904f3;p=gnulib.git Fix syntax error. --- diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c index e244d6cb3..315385da0 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