Removed casting for strictier syntax of recent gcc compilers

This commit is contained in:
stefanjones 2007-05-17 15:59:24 +00:00
parent b68142cb93
commit 625314729b
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ handlebuttonev(Widget w, caddr_t clientdata, caddr_t calldata)
/* Recover from bad NewViewPort call. */
#define RECOVERNEWVIEWPORT() tfree((char *) graph);\
#define RECOVERNEWVIEWPORT() tfree(graph);\
graph = (GRAPH *) NULL;
/* need to do this or else DestroyGraph will free it again */