From e883731d0d1db0ea1218e1254797e358d33904f3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 27 Jul 2006 12:44:38 +0000 Subject: [PATCH] Fix syntax error. --- lib/mkstemp-safer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0