1
0

template.c: restore missing newline character

This commit is contained in:
Intel A80486DX2-66 2024-05-19 13:05:38 +03:00
parent 9be6408890
commit 3217ac0763
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -365,7 +365,7 @@ main(void)
#if !SILENT_MODE #if !SILENT_MODE
puts( puts(
#if SEQUENTIAL_MODE && VERBOSE_MODE #if SEQUENTIAL_MODE && VERBOSE_MODE
"" "\n"
#endif #endif
"Done!"); "Done!");
#endif #endif