summaryrefslogtreecommitdiff
path: root/mpq-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-errors.c')
-rw-r--r--mpq-errors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpq-errors.c b/mpq-errors.c
index e0b8655..881e2b1 100644
--- a/mpq-errors.c
+++ b/mpq-errors.c
@@ -3,10 +3,13 @@
static const char * error_strings[] = {
"No error.",
+ "Unknown error - internal error.",
"Error opening file.",
"File specified isn't an MPQ archive.",
"Not enough memory.",
"File read error.",
+ "Invalid ioctl.",
+ "Invalid ioctl's file entry.",
};
static const char * wrong_errno = "Invalid error number - internal error.";