summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/loadstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/loadstr.c b/util/loadstr.c
index e95a115a..4711b589 100644
--- a/util/loadstr.c
+++ b/util/loadstr.c
@@ -1,9 +1,9 @@
#include "bbs.h"
-#ifdef I18N
int main() {
+#ifdef I18N
attach_SHM();
load_i18nstring();
+#endif
return 0;
}
-#endif