diff options
author | yazoo <yazoo@yaz0r.net> | 2009-08-10 00:37:37 +0200 |
---|---|---|
committer | yazoo <yazoo@yaz0r.net> | 2009-08-10 00:37:37 +0200 |
commit | 9b540cdf6eba2836f3711e9b28365788c22526ac (patch) | |
tree | 4c0d7e3ac8aedd67c231ae8b2dcf749cacefc2c3 | |
parent | b89cba6d1588f40d4063a2d461bb0a00a5383ed6 (diff) | |
parent | c28ce5f78816ca312b4531b1ac747bd7fd1427bb (diff) |
Merge branch 'master' of ssh+git://yazoo@git.grumpycoder.net/pub/repo.git/mpqlib
-rw-r--r-- | mpq-bios.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -545,6 +545,8 @@ uint64_t mpqlib_ioctl(struct mpq_archive_t * mpq_a, enum mpqlib_ioctl_t command, __mpqlib_errno = MPQLIB_ERROR_NO_ERROR; + __mpqlib_errno = MPQLIB_ERROR_NO_ERROR; + switch(command) { case MPQLIB_IOCTL_NO_ACTION: break; |