Browse Source

Fix a comment

pre-master-46
Holger Vogt 5 years ago
parent
commit
5d1dfdf34e
  1. 2
      src/frontend/com_hardcopy.c

2
src/frontend/com_hardcopy.c

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

Loading…
Cancel
Save