summaryrefslogtreecommitdiff
path: root/banned.h
diff options
context:
space:
mode:
Diffstat (limited to 'banned.h')
-rw-r--r--banned.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/banned.h b/banned.h
index 447af24..60a18d4 100644
--- a/banned.h
+++ b/banned.h
@@ -26,7 +26,7 @@
#define vsprintf(...) BANNED(vsprintf)
#else
#define sprintf(buf,fmt,arg) BANNED(sprintf)
-#define vsprintf(buf,fmt,arg) BANNED(sprintf)
+#define vsprintf(buf,fmt,arg) BANNED(vsprintf)
#endif
#endif /* BANNED_H */