From 28728e9f596c3c7e4d0c420849c2a00fd62eb0b0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 20 Mar 2019 14:58:26 +0100 Subject: assignment discards 'const' qualifier from pointer target type --- charpick/charpick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charpick/charpick.c') 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 ", N_("Sun GNOME Documentation Team "), N_("MATE Documentation Team"), -- cgit v1.2.1