summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 21:57:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 21:57:02 +0100
commit4f36a2fbe6287281122aff2e781b9b7de9a41b88 (patch)
tree323064fa7ff736bb689ba1a23b71b0b2b038b390
parent4fcf17f89bc45e5e850f48efe274e6ea24ff8a86 (diff)
loplugin:externvar
Change-Id: Iedb9b26dbe33d447de309a763eaeeeb57d1fcdd1
-rw-r--r--hwpfilter/source/fontmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/fontmap.cxx b/hwpfilter/source/fontmap.cxx
index 7207e75aad91..6ef93e7bed10 100644
--- a/hwpfilter/source/fontmap.cxx
+++ b/hwpfilter/source/fontmap.cxx
@@ -134,7 +134,7 @@ const char* const RepFontTab[] =
"\xb9\xe9\xb9\xac \xc7\xec\xb5\xe5\xb6\xf3\xc0\xce" /* 3 */
};
#else
-const char* RepFontTab[] =
+const char* const RepFontTab[] =
{
"Batang", /* 0 */
"Dotum", /* 1 */