diff options
-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; |