summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 50fb72002428..56c9025018b9 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pngread.cxx,v $
- * $Revision: 1.28 $
+ * $Revision: 1.28.78.1 $
*
* This file is part of OpenOffice.org.
*
@@ -328,7 +328,7 @@ bool PNGReaderImpl::ReadNextChunk()
// read the remaining chunks from mrPNGStream
void PNGReaderImpl::ReadRemainingChunks()
{
- while( ReadNextChunk() );
+ while( ReadNextChunk() ) ;
}
// ------------------------------------------------------------------------