summaryrefslogtreecommitdiff
path: root/games/xataxx/files/patch-zot.c
blob: 20b1dc3627ebf93f923ce3cf7f752f09a40b3699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- zot.c.orig
+++ zot.c
@@ -23,7 +23,7 @@
 	GC bgc;
 
 	if (!wflump)
-		return;
+		return(0);
 	zot(dx, dy, cmaps, cdpy, cscr, cgc, cwin, cmap);
 }