]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
skip apple options
[wxWidgets.git] / src / common / xpmdecod.cpp
index 82a415f69624fe8f7d7efe9663860b40d6afbc9b..f76418958c2bff9236b4ab13557e939dc92969fb 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/common/xpmdecod.cpp
 // Purpose:     wxXPMDecoder
 // Author:      John Cristy, Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) John Cristy, Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -618,7 +617,7 @@ static bool GetRGBFromName(const char *inname, bool *isNone,
 
 static const char *ParseColor(const char *data)
 {
-    static const char *targets[] =
+    static const char *const targets[] =
                         {"c ", "g ", "g4 ", "m ", "b ", "s ", NULL};
 
     const char *p, *r;