1
0

template.c: optimize a printf call

This commit is contained in:
Intel A80486DX2-66 2024-05-19 10:37:40 +03:00
parent b8b2719349
commit fa1180e222
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -306,7 +306,7 @@ main(void)
}
#if !SILENT_MODE
printf("%s", ANSI_CLEAR);
printf(ANSI_CLEAR);
// 5. log
#if !(SEQUENTIAL_MODE && VERBOSE_MODE)