From 8bda6e9f072d071f2d2a2bb298cce60d531c074d 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 --- multiload/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multiload/main.c') 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 ", N_("Sun GNOME Documentation Team "), -- cgit v1.2.1