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 /multiload | |
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 'multiload')
-rw-r--r-- | multiload/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiload/main.c b/multiload/main.c index 3ad37fdd..7496d888 100644 --- a/multiload/main.c +++ b/multiload/main.c @@ -42,7 +42,7 @@ about_cb (GtkAction *action, NULL }; - const gchar * const documenters[] = + const gchar* documenters[] = { "Chee Bin HOH <[email protected]>", N_("Sun GNOME Documentation Team <[email protected]>"), |