mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Replace a buch of "const static" with "static const"
C18 section 6.11.5 says that "const static" is obsolescent.
This commit is contained in:
@ -123,7 +123,7 @@ static game_params *default_params(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
const static struct game_params group_presets[] = {
|
||||
static const struct game_params group_presets[] = {
|
||||
{ 6, DIFF_NORMAL, true },
|
||||
{ 6, DIFF_NORMAL, false },
|
||||
{ 8, DIFF_NORMAL, true },
|
||||
|
Reference in New Issue
Block a user