From d7400749ca9a33adeec6f408185a23a62e84e2b9 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 22 Dec 2019 23:03:54 +0100 Subject: [PATCH] add empty line after error message --- src/frontend/com_hardcopy.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/frontend/com_hardcopy.c b/src/frontend/com_hardcopy.c index 9a2d22e0e..2a7cba1a8 100644 --- a/src/frontend/com_hardcopy.c +++ b/src/frontend/com_hardcopy.c @@ -66,9 +66,6 @@ void com_hardcopy(wordlist *wl) /* enable screen plot selection for these display types */ foundit = 0; - - // PushGraphContext(currentgraph); - #ifdef HAS_WINGUI if (!wl && hc_button) { char *psfname; @@ -81,7 +78,7 @@ void com_hardcopy(wordlist *wl) else { fprintf(stderr, "No parameters for hardcopy command, not previous plot:\n"); - fprintf(stderr, " Command hardcopy cannot be executed\n "); + fprintf(stderr, " Command hardcopy cannot be executed\n\n"); DevSwitch(NULL); return; }