Patch by Jonathon Wilson:
[reactos.git] / reactos / lib / msvcrt / stdio / vfprintf.c
index 35656b3..0c8855c 100644 (file)
@@ -692,7 +692,7 @@ int __vfprintf(FILE *f, const char *fmt, va_list args)
 {
        int len;
        ULONGLONG num;
-       int i, base;
+       int base;
        long double _ldouble;
        double _double;
        const char *s;