Move `static' keyword to beginning of declaration.

Rockbox's GCC warns about this with -Wextra.
This commit is contained in:
Franklin Wei
2018-04-23 19:54:43 -04:00
committed by Simon Tatham
parent 19f46dce8c
commit b3da23806e

2
keen.c
View File

@ -91,7 +91,7 @@ static game_params *default_params(void)
return ret;
}
const static struct game_params keen_presets[] = {
static const struct game_params keen_presets[] = {
{ 4, DIFF_EASY, FALSE },
{ 5, DIFF_EASY, FALSE },
{ 5, DIFF_EASY, TRUE },