summaryrefslogtreecommitdiff
path: root/src/i18n.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-17 10:38:21 -0300
committerEuAndreh <eu@euandre.org>2023-11-17 10:38:21 -0300
commit2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0 (patch)
treeb93cea2e4f8265a4bd89498e0a676ca3637b11fc /src/i18n.h
parenttests/runner.js: Replace hand-rolled assert with "node:assert" module (diff)
downloadpapod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.gz
papod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.xz
src/napi-sqlite.c: Improve error handling
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n.h b/src/i18n.h
index 8245564..2b18bbc 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -43,6 +43,7 @@ enum MSGCATALOG_ID {
MSG_HELP_28,
MSG_HELP_LAST,
MSG_VERSION,
+ MSG_ERR_NAPI_MISSING_ERRSTR,
};