summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hgzip.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hgzip.cxx')
-rw-r--r--hwpfilter/source/hgzip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hgzip.cxx b/hwpfilter/source/hgzip.cxx
index e1cf5986d8da..20f40d26855b 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -241,7 +241,7 @@ int gz_read(gz_stream * file, voidp buf, unsigned len)
int gz_flush(gz_stream * file, int flush)
{
uInt len;
- int done = 0;
+ bool done = false;
gz_stream *s = (gz_stream *) file;
if (s == NULL || s->mode != 'w')