summaryrefslogtreecommitdiff
path: root/src/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.c')
-rw-r--r--src/i18n.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n.c b/src/i18n.c
index 5d5c33a..81d1e36 100644
--- a/src/i18n.c
+++ b/src/i18n.c
@@ -47,6 +47,7 @@ MSGS[] = {
[MSG_VERSION]= NAME " " VERSION " " DATE "\n",
[MSG_ERR_VECTOR_MAX_CAPACITY]= "Already at max capacity (%ld): %s\n",
[MSG_ERR_VECTOR_OUT_OF_BOUNDS]= "idx (%ld) is beyond bounds (%ld)\n",
+ [MSG_ERR_VECTOR_UNDERFLOW]= "pop on an empty vector\n",
NULL
};