commit 2b6657b759551ce485746d3e7f59725fa9f28dbf parent 9f8c543dc81f0c4239acae6713f5414eb7dc681d Author: sin <sin@2f30.org> Date: Fri, 13 Mar 2015 14:19:32 +0000 Fix typo Diffstat:
M | include/stdio.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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