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 58d6ca015b89..56dc6268c273 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -143,7 +143,7 @@ static int destroy(gz_stream * s)
// typedef unsigned char Byte
-// typedef Byte FAR Bytef;
+// typedef Byte Bytef;
/* ===========================================================================
Reads the given number of uncompressed bytes from the compressed file.
gz_read returns the number of bytes actually read (0 for end of file).