Reset DevSwitch before returning
This commit is contained in:
parent
93eb6d1954
commit
85177fdaa3
|
|
@ -82,6 +82,7 @@ void com_hardcopy(wordlist *wl)
|
|||
fprintf(stderr,
|
||||
"No parameters for hardcopy command, not previous plot:\n");
|
||||
fprintf(stderr, " Command hardcopy cannot be executed\n ");
|
||||
DevSwitch(NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue