summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hutil.cxx')
-rw-r--r--hwpfilter/source/hutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hutil.cxx b/hwpfilter/source/hutil.cxx
index 87c7b6e8b86b..2faf89897a81 100644
--- a/hwpfilter/source/hutil.cxx
+++ b/hwpfilter/source/hutil.cxx
@@ -88,7 +88,7 @@ int hstrlen(const hchar * s)
while (*s++)
n++;
- return (n);
+ return n;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */