Fix a comment

This commit is contained in:
Holger Vogt 2021-06-13 23:09:57 +02:00
parent 06136d2d02
commit 5d1dfdf34e
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void com_hardcopy(wordlist *wl)
return; return;
} }
gr_resize(tempgraph); gr_resize(tempgraph);
/* use DevClear to add final statement in file, "/> or "stroke"*/ /* use DevFinalize to add final statement in file, "/> or "stroke"*/
DevFinalize(); DevFinalize();
DestroyGraph(tempgraph->graphid); DestroyGraph(tempgraph->graphid);
DevSwitch(NULL); DevSwitch(NULL);