Make static keyword come first everywhere.

I somehow missed these instances as well. Oh well.
This commit is contained in:
Franklin Wei
2018-04-24 18:00:08 -04:00
committed by Simon Tatham
parent b3da23806e
commit 441b11b310
3 changed files with 3 additions and 3 deletions

View File

@ -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 },