src/ui/gui/psppire-dialog-action-examine.c: constness
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Sep 2020 04:20:00 +0000 (06:20 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Sep 2020 04:18:26 +0000 (06:18 +0200)
src/ui/gui/psppire-dialog-action-examine.c

index d8742703dd0ddcf3fe873933dbeb5c10be701a1c..4a831b8874905b012d59770d8a424c301da6eb1b 100644 (file)
@@ -276,7 +276,7 @@ generate_syntax (const PsppireDialogAction *act)
          g_string_append (str, " SPREADLEVEL");
          if (ed->spreadlevel != SPREAD_POWER)
            {
-             gchar *power = NULL;
+             const gchar *power = NULL;
              if (ed->spreadlevel == SPREAD_TRANS)
                switch (ed->spreadpower)
                  {