diff options
author | rbuj <[email protected]> | 2019-03-20 14:58:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-20 15:38:56 +0100 |
commit | 8bda6e9f072d071f2d2a2bb298cce60d531c074d (patch) | |
tree | b8a2813ceaf3317b6fed55d163a28423302e74dc /cpufreq/src/cpufreq-applet.c | |
parent | 7827cac96e37001ecdf4ce39c8f4000e197c21e1 (diff) | |
download | mate-applets-8bda6e9f072d071f2d2a2bb298cce60d531c074d.tar.bz2 mate-applets-8bda6e9f072d071f2d2a2bb298cce60d531c074d.tar.xz |
assignment discards 'const' qualifier from pointer target type
Diffstat (limited to 'cpufreq/src/cpufreq-applet.c')
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 1d110556..7dc93efe 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -463,7 +463,7 @@ cpufreq_applet_about_cb (GtkAction *action, "Carlos Garcia Campos <[email protected]>", NULL }; - static const gchar *const documenters[] = { + static const gchar* documenters[] = { "Carlos Garcia Campos <[email protected]>", "Davyd Madeley <[email protected]>", N_("MATE Documentation Team"), |