summaryrefslogtreecommitdiff
path: root/src/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n.h b/src/i18n.h
index 2cf992e..0472079 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -42,4 +42,5 @@ enum MSGCATALOG_ID {
extern const char *const
MSGS[];
-#define _(msg_id) s(MSGS, msg_id)
+const char *
+_(const int msg_id);