diff options
Diffstat (limited to 'src/i18n.c')
-rw-r--r-- | src/i18n.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |