]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
Changed the procedure for writing a comment to a GIF image.
[wxWidgets.git] / src / generic / paletteg.cpp
index 5b89e26230204dac5565cb4acc93ed37e2cb5bd9..a30275fb18d337529ab638acb432eca56aa226a5 100644 (file)
@@ -82,8 +82,8 @@ int wxPalette::GetColoursCount() const
 {
     if (m_refData)
         return M_PALETTEDATA->m_count;
-    
-    return 0;    
+
+    return 0;
 }
 
 bool wxPalette::Create(int n,