mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Make static keyword come first everywhere.
I somehow missed these instances as well. Oh well.
This commit is contained in:

committed by
Simon Tatham

parent
b3da23806e
commit
441b11b310
2
unruly.c
2
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},
|
||||
|
Reference in New Issue
Block a user