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. --- unequal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unequal.c') diff --git a/unequal.c b/unequal.c index b87415b..dd7656e 100644 --- a/unequal.c +++ b/unequal.c @@ -111,7 +111,7 @@ static char const unequal_diffchars[] = DIFFLIST(ENCODE); #define DEFAULT_PRESET 0 -const static struct game_params unequal_presets[] = { +static const struct game_params unequal_presets[] = { { 4, DIFF_EASY, 0 }, { 5, DIFF_EASY, 0 }, { 5, DIFF_SET, 0 }, -- cgit v1.1