safely nuking these (no explanation given)

This commit is contained in:
LinlyBoi
2023-08-22 14:41:46 +03:00
parent 05aa31ed3f
commit ad695607b5

View File

@@ -50,10 +50,7 @@ int _printf(const char *format, ...)
case '%': /*add 1 byte*/ case '%': /*add 1 byte*/
break; break;
} }
/*if (*(format + fmt_idx + 2))*/
fmt_idx += 2; fmt_idx += 2;
/*else*/
/*fmt_idx += 1;*/
} }
else else
{ {