summaryrefslogtreecommitdiff
path: root/cad/graywolf/files/patch-src_genrows_draw.c
blob: dfebb5208c73da516fc9fa3bae340c727933cc3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/genrows/draw.c.orig	2018-08-23 20:02:57 UTC
+++ src/genrows/draw.c
@@ -1209,7 +1209,7 @@ process_graphics()
 	shortRowG = FALSE ;
 	remakerows() ;
 	draw_the_data() ;
-	if (last_chanceG) (VOID)last_chance() ;
+	if (last_chanceG) last_chance() ;
 
     }