summaryrefslogtreecommitdiff
path: root/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
blob: fd77e1b7b1d675dc55e3a0c41f17c088825d6468 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/single.c	2015-09-17 09:21:57.826930680 +0200
+++ b/src/single.c	2015-09-17 09:22:04.315824372 +0200
@@ -476,7 +476,7 @@
 };
 
 
-inline int
+static inline int
 ai_checknewpos (_point pos, int d)
 {
     _point m;