aboutsummaryrefslogtreecommitdiff
path: root/unfinished
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2010-01-01 19:41:59 +0000
committerSimon Tatham <anakin@pobox.com>2010-01-01 19:41:59 +0000
commit79bb9c00b306905c01e43f45d8bf76b5373ede30 (patch)
tree1e4e392b564a16822802649f300f9652df521a78 /unfinished
parentc91471e6c155853377d0ac9b5a9a4219c214674e (diff)
downloadpuzzles-79bb9c00b306905c01e43f45d8bf76b5373ede30.zip
puzzles-79bb9c00b306905c01e43f45d8bf76b5373ede30.tar.gz
puzzles-79bb9c00b306905c01e43f45d8bf76b5373ede30.tar.bz2
puzzles-79bb9c00b306905c01e43f45d8bf76b5373ede30.tar.xz
Couple of missing 'static's.
[originally from svn r8801]
Diffstat (limited to 'unfinished')
-rw-r--r--unfinished/group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unfinished/group.c b/unfinished/group.c
index 142654c..5dcf586 100644
--- a/unfinished/group.c
+++ b/unfinished/group.c
@@ -1316,8 +1316,8 @@ static void game_free_drawstate(drawing *dr, game_drawstate *ds)
sfree(ds);
}
-void draw_tile(drawing *dr, game_drawstate *ds, int x, int y, long tile,
- long pencil, long error)
+static void draw_tile(drawing *dr, game_drawstate *ds, int x, int y, long tile,
+ long pencil, long error)
{
int w = ds->w /* , a = w*w */;
int tx, ty, tw, th;