projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fa864
)
Fix syntax error.
author
Bruno Haible
<bruno@clisp.org>
Thu, 27 Jul 2006 12:44:38 +0000
(12:44 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 27 Jul 2006 12:44:38 +0000
(12:44 +0000)
lib/mkstemp-safer.c
patch
|
blob
|
history
diff --git
a/lib/mkstemp-safer.c
b/lib/mkstemp-safer.c
index e244d6cb3a45d2a6f3dbaf0add86330e15132598..315385da0e32c382300f43bce59bfab3cc7c17f4 100644
(file)
--- 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