git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12647
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
if (verbose)
wxLogError(_("JPEG: Couldn't load - file is probably corrupted."));
*/
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;
jpeg_destroy_decompress(&cinfo);
if (image->Ok()) image->Destroy();
return FALSE;