summaryrefslogtreecommitdiff
path: root/mpq-errors.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
committerPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
commit6b5b44074fd6bdbbeb59f8d006fb88e0230cf1ef (patch)
treec3559f4579a0ca63b41b766dfeb68f62360a97cc /mpq-errors.c
parentc579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (diff)
Cleaning up and sanityzing the ioctl subsystem.
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 b052e3b..3198e06 100644
--- a/mpq-errors.c
+++ b/mpq-errors.c
@@ -7,7 +7,9 @@ static const char * error_strings[] = {
"Error opening file.",
"File specified isn't an MPQ archive.",
"Not enough memory.",
+ "File seek error."
"File read error.",
+ "File write error."
"Invalid ioctl.",
"Invalid ioctl's file entry.",
"File not found.",