shithub: puzzles

Download patch

ref: b3da23806e7023fb579360adf049bb89a68716f5
parent: 19f46dce8c09c34c29db39ce52a9a7fb1a4a5dd0
author: Franklin Wei <[email protected]>
date: Mon Apr 23 15:54:43 EDT 2018

Move `static' keyword to beginning of declaration.

Rockbox's GCC warns about this with -Wextra.

--- a/keen.c
+++ b/keen.c
@@ -91,7 +91,7 @@
     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  },