From: John Darrington Date: Sat, 19 Sep 2020 04:20:00 +0000 (+0200) Subject: src/ui/gui/psppire-dialog-action-examine.c: constness X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa4b0e66b56591628e317037784e6ca656f297c;p=pspp src/ui/gui/psppire-dialog-action-examine.c: constness --- 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) {