summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/pixmaps/playvcd.xpm
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 16:52:33 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 16:52:33 +0000
commit0b0a71b97c66a7d5db33fb9ccbf02b2686b884da (patch)
treef75a5ee000b0689364a7557468fbff9dac279178 /gui/mplayer/pixmaps/playvcd.xpm
parent0f5b555562401551501f3bb52f92a24816f09a20 (diff)
downloadmpv-0b0a71b97c66a7d5db33fb9ccbf02b2686b884da.tar.bz2
mpv-0b0a71b97c66a7d5db33fb9ccbf02b2686b884da.tar.xz
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
Diffstat (limited to 'gui/mplayer/pixmaps/playvcd.xpm')
-rw-r--r--gui/mplayer/pixmaps/playvcd.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/pixmaps/playvcd.xpm b/gui/mplayer/pixmaps/playvcd.xpm
index 63a993ee4b..db08f490fc 100644
--- a/gui/mplayer/pixmaps/playvcd.xpm
+++ b/gui/mplayer/pixmaps/playvcd.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * playvcd_xpm[] = {
+static const char * const playvcd_xpm[] = {
"16 16 182 2",
" c None",
". c #CC9665",