1
0

template.c: remove string junk: fixup

This commit is contained in:
Intel A80486DX2-66 2024-06-02 14:21:01 +03:00
parent 83046f1443
commit 755336c103
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -201,12 +201,9 @@ main(void)
print_time(INITIAL_TIME);
#endif
puts(
#if VERBOSE_MODE || SEQUENTIAL_MODE
"\n"
puts("\n");
#endif
""
);
fflush(stdout);
#endif