From 0b0a71b97c66a7d5db33fb9ccbf02b2686b884da Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 16:52:33 +0000 Subject: Make xpm arrays really const (I missed that they are not strings but array of strings (string pointers)). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25743 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/pixmaps/vcd.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/mplayer/pixmaps/vcd.xpm') diff --git a/gui/mplayer/pixmaps/vcd.xpm b/gui/mplayer/pixmaps/vcd.xpm index c547e5a736..3ce8c3e3c8 100644 --- a/gui/mplayer/pixmaps/vcd.xpm +++ b/gui/mplayer/pixmaps/vcd.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * vcd_xpm[] = { +static const char * const vcd_xpm[] = { "16 16 160 2", " c None", ". c #CC9665", -- cgit v1.2.3