From a6ffb91873e0c3abdb463e481a58bf60f615b978 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Wed, 23 Aug 2023 00:07:46 +0300 Subject: [PATCH] no indenting lables ok --- _printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;