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. --- unruly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unruly.c') diff --git a/unruly.c b/unruly.c index b3057a7..6506029 100644 --- a/unruly.c +++ b/unruly.c @@ -94,7 +94,7 @@ static char const *const unruly_diffnames[] = { DIFFLIST(TITLE) }; static char const unruly_diffchars[] = DIFFLIST(ENCODE); #define DIFFCONFIG DIFFLIST(CONFIG) -const static struct game_params unruly_presets[] = { +static const struct game_params unruly_presets[] = { { 8, 8, FALSE, DIFF_EASY}, { 8, 8, FALSE, DIFF_NORMAL}, {10, 10, FALSE, DIFF_EASY}, -- cgit v1.1