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 a1fa346d51
commit b8dd74e4fd
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -157,12 +157,9 @@ main(void)
if (samples > 0)
printf("%" PRIuMAX " samples", samples);
puts(
#if VERBOSE_MODE || SEQUENTIAL_MODE
"\n"
puts("\n");
#endif
""
);
fflush(stdout);
#endif