add newline at the end of err message

This commit is contained in:
silverweed 2024-08-21 15:18:52 +02:00
parent 37888d9425
commit c06b23e0e7

View file

@ -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