aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui/mplayer/pixmaps/stop.xpm
diff options
context:
space:
mode:
authorGravatar reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 16:52:33 +0000
committerGravatar reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 16:52:33 +0000
commit0b0a71b97c66a7d5db33fb9ccbf02b2686b884da (patch)
treef75a5ee000b0689364a7557468fbff9dac279178 /gui/mplayer/pixmaps/stop.xpm
parent0f5b555562401551501f3bb52f92a24816f09a20 (diff)
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/stop.xpm')
-rw-r--r--gui/mplayer/pixmaps/stop.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/pixmaps/stop.xpm b/gui/mplayer/pixmaps/stop.xpm
index da0dfb459f..498547bebd 100644
--- a/gui/mplayer/pixmaps/stop.xpm
+++ b/gui/mplayer/pixmaps/stop.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * stop_xpm[] = {
+static const char * const stop_xpm[] = {
"48 48 203 2",
" c None",
". c #5A5A5A",