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/ok.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/mplayer/pixmaps/ok.xpm') diff --git a/gui/mplayer/pixmaps/ok.xpm b/gui/mplayer/pixmaps/ok.xpm index 2ec7a0efdf..5d8f3030dd 100644 --- a/gui/mplayer/pixmaps/ok.xpm +++ b/gui/mplayer/pixmaps/ok.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * ok_xpm[] = { +static const char * const ok_xpm[] = { "37 16 5 1", " c None", ". c #3539EC", -- cgit v1.2.3