]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/bitmap.cpp
don't compare invalid iterators/node pointers
[wxWidgets.git] / src / x11 / bitmap.cpp
index bf22d84b9d5e96544df673c743c7d8cd6dc8e426..811f226b93c91512ddfe977dcf88e442a61f7af3 100644 (file)
@@ -327,7 +327,7 @@ bool wxBitmap::Create( int width, int height, int depth )
     if (depth == -1) depth = bpp;
 
     wxCHECK_MSG( (depth == bpp) ||
-                 (depth == 1), false, wxT("invalid bitmap depth") )
+                 (depth == 1), false, wxT("invalid bitmap depth") );
 
     M_BMPDATA->m_mask = (wxMask *) NULL;
     M_BMPDATA->m_width = width;