summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hiodev.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hiodev.cxx')
-rw-r--r--hwpfilter/source/hiodev.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hiodev.cxx b/hwpfilter/source/hiodev.cxx
index 5de1b5c7e890..577b5f854c9a 100644
--- a/hwpfilter/source/hiodev.cxx
+++ b/hwpfilter/source/hiodev.cxx
@@ -143,7 +143,7 @@ void HStreamIODev::flush(void)
void HStreamIODev::close(void)
{
-/* Ç÷¯½ÃÇÑ ÈÄ ´Ý´Â´Ù. */
+/* 플러시한 후 닫는다. */
this->flush();
if (_gzfp)
gz_close(_gzfp); /* gz_close() calls stream_closeInput() */
@@ -159,7 +159,7 @@ int HStreamIODev::state(void) const
}
-/* zlib °ü·Ã ºÎºÐ */
+/* zlib 관련 부분 */
bool HStreamIODev::setCompressed(bool flag)
{
compressed = flag;