Reset DevSwitch before returning

This commit is contained in:
Holger Vogt 2019-12-22 22:22:44 +01:00
parent 93eb6d1954
commit 85177fdaa3
1 changed files with 1 additions and 0 deletions

View File

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