diff --git a/_printf.c b/_printf.c index 05dd9e2..bb1f0aa 100644 --- a/_printf.c +++ b/_printf.c @@ -23,7 +23,7 @@ int _printf(const char * const format, ...) if (format == NULL || (format[0] == '%' && format[1] == '\0')) return (-1); /*jump*/ - Here: +Here: while (format[i] != '\0') { j = 13;