template.c: remove string junk: fixup
This commit is contained in:
parent
83046f1443
commit
755336c103
@ -201,12 +201,9 @@ main(void)
|
||||
print_time(INITIAL_TIME);
|
||||
#endif
|
||||
|
||||
puts(
|
||||
#if VERBOSE_MODE || SEQUENTIAL_MODE
|
||||
"\n"
|
||||
puts("\n");
|
||||
#endif
|
||||
""
|
||||
);
|
||||
|
||||
fflush(stdout);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user