diff gui/mplayer/pixmaps/playdvd.xpm @ 25715:09c3ce60f369

Make xpm arrays really const (I missed that they are not strings but array of strings (string pointers)).
author reimar
date Sun, 13 Jan 2008 16:52:33 +0000
parents 17bf4f4b0715
children
line wrap: on
line diff
--- a/gui/mplayer/pixmaps/playdvd.xpm	Sun Jan 13 16:43:36 2008 +0000
+++ b/gui/mplayer/pixmaps/playdvd.xpm	Sun Jan 13 16:52:33 2008 +0000
@@ -1,5 +1,5 @@
 /* XPM */
-static const char * playdvd_xpm[] = {
+static const char * const playdvd_xpm[] = {
 "16 16 118 2",
 "  	c None",
 ". 	c #CACCD2",