1--- src/genrows/draw.c.orig 2018-08-23 20:02:57 UTC 2+++ src/genrows/draw.c 3@@ -1209,7 +1209,7 @@ process_graphics() 4 shortRowG = FALSE ; 5 remakerows() ; 6 draw_the_data() ; 7- if (last_chanceG) (VOID)last_chance() ; 8+ if (last_chanceG) last_chance() ; 9 10 } 11 12 13