From 7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Feb 2019 00:14:37 +0100 Subject: Fixed all Pixmaps to be '*const' (STR #3108). --- fluid/pixmaps/flCode.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/pixmaps/flCode.xpm') diff --git a/fluid/pixmaps/flCode.xpm b/fluid/pixmaps/flCode.xpm index 7a10b2616..8e26067f0 100644 --- a/fluid/pixmaps/flCode.xpm +++ b/fluid/pixmaps/flCode.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char *flCode_xpm[] = { +static const char * const flCode_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 4 1", /* colors */ -- cgit v1.2.3