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
1 changed files with 1 additions and 1 deletions

View File

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