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 /charpick | |
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 'charpick')
-rw-r--r-- | charpick/charpick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c index 6e4842cd..fbcf4bd7 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -566,7 +566,7 @@ about (GtkAction *action, NULL }; - static const gchar * const documenters[] = { + static const gchar* documenters[] = { "Dan Mueth <[email protected]>", N_("Sun GNOME Documentation Team <[email protected]>"), N_("MATE Documentation Team"), |