From 441b11b310a17dbf7751f4c77fe69ca729b0fffb Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 24 Apr 2018 18:00:08 -0400 Subject: Make static keyword come first everywhere. I somehow missed these instances as well. Oh well. --- towers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'towers.c') diff --git a/towers.c b/towers.c index d90167b..62d4de7 100644 --- a/towers.c +++ b/towers.c @@ -130,7 +130,7 @@ static game_params *default_params(void) return ret; } -const static struct game_params towers_presets[] = { +static const struct game_params towers_presets[] = { { 4, DIFF_EASY }, { 5, DIFF_EASY }, { 5, DIFF_HARD }, -- cgit v1.1