]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagjpeg.cpp
fixed wxRadioBox::Enable() and Show() to enable/show the buttons as well
[wxWidgets.git] / src / common / imagjpeg.cpp
index 58ee909282c052727a43f0c05496d6021d508b9c..b6785c33f3869c381d18eaa7c72712930f6f18d2 100644 (file)
@@ -197,7 +197,7 @@ bool wxJPEGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbos
        */
       if (verbose)
         wxLogError(_("JPEG: Couldn't load - file is probably corrupted."));
-      (cinfo.src->term_source) (&cinfo);;
+      (cinfo.src->term_source)(&cinfo);
       jpeg_destroy_decompress(&cinfo);
       if (image->Ok()) image->Destroy();
       return FALSE;