From 2b6657b759551ce485746d3e7f59725fa9f28dbf Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 13 Mar 2015 14:19:32 +0000 Subject: [PATCH] Fix typo --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdio.h b/include/stdio.h index 98e51ac..f5fb144 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -9,7 +9,7 @@ #undef fgets #undef fread #undef fwrite -#undef vsnprintf +#undef vsprintf #undef vsnprintf #undef snprintf #undef sprintf