From 4aa4b0e66b56591628e317037784e6ca656f297c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 19 Sep 2020 06:20:00 +0200 Subject: [PATCH] src/ui/gui/psppire-dialog-action-examine.c: constness --- src/ui/gui/psppire-dialog-action-examine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-dialog-action-examine.c b/src/ui/gui/psppire-dialog-action-examine.c index d8742703dd..4a831b8874 100644 --- a/src/ui/gui/psppire-dialog-action-examine.c +++ b/src/ui/gui/psppire-dialog-action-examine.c @@ -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) { -- 2.30.2