Warning: "static const" instead of "const static"
[pspp] / src / ui / gui / psppire-dialog-action-k-independent.c
index 09129469c94c149fa2356335595fd67685e186c4..e959a093273db7b12c58330d4f71f2c6d49fee77 100644 (file)
@@ -39,7 +39,7 @@ static void psppire_dialog_action_k_independent_class_init      (PsppireDialogAc
 
 G_DEFINE_TYPE (PsppireDialogActionKIndependent, psppire_dialog_action_k_independent, PSPPIRE_TYPE_DIALOG_ACTION);
 
-const static char *keyword[n_KIDS] =
+static const char *keyword[n_KIDS] =
   {
     "KRUSKAL-WALLIS",
     "MEDIAN"