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/loadeaf.xpm | |
parent | dbd687fd37e032d011d29ce1f01d812cbaea26df (diff) | |
download | mpv-c3304dad1fb05089567d20a18a02f0161e43d6f3.tar.bz2 mpv-c3304dad1fb05089567d20a18a02f0161e43d6f3.tar.xz |
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/loadeaf.xpm')
-rw-r--r-- | Gui/mplayer/pixmaps/loadeaf.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/pixmaps/loadeaf.xpm b/Gui/mplayer/pixmaps/loadeaf.xpm index 4beab0aa8c..c4a5ca3b79 100644 --- a/Gui/mplayer/pixmaps/loadeaf.xpm +++ b/Gui/mplayer/pixmaps/loadeaf.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * loadeaf_xpm[] = { +static const char * loadeaf_xpm[] = { "16 16 132 2", " c None", ". c #5C5C5C", |