diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-13 16:52:33 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-13 16:52:33 +0000 |
commit | 0b0a71b97c66a7d5db33fb9ccbf02b2686b884da (patch) | |
tree | f75a5ee000b0689364a7557468fbff9dac279178 /gui/mplayer/pixmaps/delsub.xpm | |
parent | 0f5b555562401551501f3bb52f92a24816f09a20 (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/delsub.xpm')
-rw-r--r-- | gui/mplayer/pixmaps/delsub.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/pixmaps/delsub.xpm b/gui/mplayer/pixmaps/delsub.xpm index dd29baa406..f9b8358230 100644 --- a/gui/mplayer/pixmaps/delsub.xpm +++ b/gui/mplayer/pixmaps/delsub.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * delsub_xpm[] = { +static const char * const delsub_xpm[] = { "16 16 3 1", " c None", ". c #CD0909", |