summaryrefslogtreecommitdiff
path: root/mpq-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-errors.c')
-rw-r--r--mpq-errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq-errors.c b/mpq-errors.c
index 856ae12..b052e3b 100644
--- a/mpq-errors.c
+++ b/mpq-errors.c
@@ -15,6 +15,8 @@ static const char * error_strings[] = {
"Imploded compression not supported yet.",
"File isn't flagged as compressed - not supported yet.",
"Compression error.",
+ "MPQ archive in read-only mode.",
+ "Too many files.",
};
static const char * wrong_errno = "Invalid error number - internal error.";