Fix a comment
This commit is contained in:
parent
06136d2d02
commit
5d1dfdf34e
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue