diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-21 17:42:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-21 17:42:54 +0000 |
commit | c3304dad1fb05089567d20a18a02f0161e43d6f3 (patch) | |
tree | 4f0b654e96627e7169479d1160d689bbd7f80493 /Gui/mplayer/pixmaps/ab.xpm | |
parent | dbd687fd37e032d011d29ce1f01d812cbaea26df (diff) |
Make most of the xpm-files read 'const char*' instead of 'char*'
to reflect the read-only status of the xpm-definitions.
patch by Stefan Huehner stefan$$at$$huehner$$dot$$org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/pixmaps/ab.xpm')
-rw-r--r-- | Gui/mplayer/pixmaps/ab.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/pixmaps/ab.xpm b/Gui/mplayer/pixmaps/ab.xpm index a0d39a6f60..4e70ed3257 100644 --- a/Gui/mplayer/pixmaps/ab.xpm +++ b/Gui/mplayer/pixmaps/ab.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * ab_xpm[] = { +static const char * ab_xpm[] = { "16 16 15 1", " c None", ". c #000000", |