Browse Source

add empty line after error message

pre-master-46
Holger Vogt 6 years ago
parent
commit
8f42eae6ab
  1. 5
      src/frontend/com_hardcopy.c

5
src/frontend/com_hardcopy.c

@ -66,9 +66,6 @@ void com_hardcopy(wordlist *wl)
/* enable screen plot selection for these display types */ /* enable screen plot selection for these display types */
foundit = 0; foundit = 0;
// PushGraphContext(currentgraph);
#ifdef HAS_WINGUI #ifdef HAS_WINGUI
if (!wl && hc_button) { if (!wl && hc_button) {
char *psfname; char *psfname;
@ -81,7 +78,7 @@ void com_hardcopy(wordlist *wl)
else { else {
fprintf(stderr, fprintf(stderr,
"No parameters for hardcopy command, not previous plot:\n"); "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); DevSwitch(NULL);
return; return;
} }

Loading…
Cancel
Save