add newline at the end of err message
This commit is contained in:
parent
37888d9425
commit
c06b23e0e7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
#ifdef RNT_NO_GFX
|
#ifdef RNT_NO_GFX
|
||||||
if (!args.print_to_terminal) {
|
if (!args.print_to_terminal) {
|
||||||
fprintf(stderr, "rntviewer was compiled without graphics support. Please use -t to enable terminal mode.");
|
fprintf(stderr, "rntviewer was compiled without graphics support. Please use -t to enable terminal mode.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue