no indenting lables ok

This commit is contained in:
2023-08-23 00:07:46 +03:00
parent a2b8331251
commit a6ffb91873

View File

@@ -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;