projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d960839
)
forgot to remove ;; when applying the patch
author
Václav Slavík
<vslavik@fastmail.fm>
Sat, 24 Nov 2001 13:25:25 +0000
(13:25 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Sat, 24 Nov 2001 13:25:25 +0000
(13:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12647
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/imagjpeg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/imagjpeg.cpp
b/src/common/imagjpeg.cpp
index 58ee909282c052727a43f0c05496d6021d508b9c..b6785c33f3869c381d18eaa7c72712930f6f18d2 100644
(file)
--- 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;