summaryrefslogtreecommitdiff
path: root/libc/stdio/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/sprintf.c')
-rw-r--r--libc/stdio/sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/sprintf.c b/libc/stdio/sprintf.c
index 2528720e4..594c51b86 100644
--- a/libc/stdio/sprintf.c
+++ b/libc/stdio/sprintf.c
@@ -12,7 +12,7 @@
#warning Skipping sprintf since no vsnprintf!
#else
-libc_hidden_proto(vsnprintf)
+/* libc_hidden_proto(vsnprintf) */
/* libc_hidden_proto(sprintf) */
int sprintf(char *__restrict buf, const char * __restrict format, ...)