summaryrefslogtreecommitdiff
path: root/StdLib/Include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/Include/stdio.h')
-rw-r--r--StdLib/Include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/Include/stdio.h b/StdLib/Include/stdio.h
index 666e190df1..59022666bd 100644
--- a/StdLib/Include/stdio.h
+++ b/StdLib/Include/stdio.h
@@ -1496,7 +1496,7 @@ __BEGIN_DECLS
int mkstemp(char *);
char *mktemp(char *);
- char *tempnam(const char *, const char *);
+ char *tempnam(const char *, const char *);
__END_DECLS
/*