diff options
Diffstat (limited to 'src/common/error.c')
-rw-r--r-- | src/common/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/error.c b/src/common/error.c index 3802e1b..84a8c3a 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -38,6 +38,7 @@ static const char *const error_table[] = { "Runaway loop avoided", "Infinite loop avoided", "Library error", + "Out of slots", #if USE_ZLIB "Inflate failed", "Deflate failed", |