From 192644bfcb04e89a70c24ba66e1d98fadd84a74d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 24 Nov 2001 13:25:25 +0000 Subject: [PATCH] forgot to remove ;; when applying the patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/imagjpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/imagjpeg.cpp b/src/common/imagjpeg.cpp index 58ee909282..b6785c33f3 100644 --- a/src/common/imagjpeg.cpp +++ b/src/common/imagjpeg.cpp @@ -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; -- 2.45.2