diff options
author | rbuj <[email protected]> | 2019-03-20 14:58:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-20 15:56:37 +0100 |
commit | 28728e9f596c3c7e4d0c420849c2a00fd62eb0b0 (patch) | |
tree | f5a66d71160f7c95c9bdce0b3184f1f713481238 /cpufreq/src | |
parent | 4c4836cf4e5b14c1229761d8efc5927cd4e38572 (diff) | |
download | mate-applets-28728e9f596c3c7e4d0c420849c2a00fd62eb0b0.tar.bz2 mate-applets-28728e9f596c3c7e4d0c420849c2a00fd62eb0b0.tar.xz |
assignment discards 'const' qualifier from pointer target type
Diffstat (limited to 'cpufreq/src')
-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"), |