summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 8e280dbd..6ac1a261 100644
--- a/include/config.h
+++ b/include/config.h
@@ -34,7 +34,7 @@
#endif
#ifndef LANG_FILE
-#define LANG_FILE "lang.big5" /* 預設語言檔 */
+#define LANG_FILE {"lang.big5"} /* 預設語言檔 */
#endif
#ifndef MAX_POST_MONEY /* 發表文章稿費的上限 */