summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/mzstring.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h
index 0ed917204d2a..0726d5bb55e0 100644
--- a/hwpfilter/source/mzstring.h
+++ b/hwpfilter/source/mzstring.h
@@ -152,8 +152,9 @@ inline const char* MzString::c_str() const
{
Data[Length] = '\0'; // We always leave room for this.
return Data;
- } else
- return "";
+ }
+ else
+ return "";
}