1
0

template.c: simplify conditional compilation

This commit is contained in:
Intel A80486DX2-66 2023-12-29 19:06:17 +03:00
parent f3f3d49bfa
commit 793983a2b8
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -110,10 +110,9 @@ main(void)
printf( printf(
#if VERBOSE_MODE #if VERBOSE_MODE
"\n\n"
#else
"\n" "\n"
#endif #endif
"\n"
); );
fflush(stdout); fflush(stdout);