From c06b23e0e789bf67328b5374fe69a4dbeb367466 Mon Sep 17 00:00:00 2001 From: silverweed Date: Wed, 21 Aug 2024 15:18:52 +0200 Subject: [PATCH] add newline at the end of err message --- src/rntviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rntviewer.cpp b/src/rntviewer.cpp index 36436f4..35f110a 100644 --- a/src/rntviewer.cpp +++ b/src/rntviewer.cpp @@ -111,7 +111,7 @@ int main(int argc, char **argv) #ifdef RNT_NO_GFX 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; } #endif