diff options
| -rw-r--r-- | mpq-bios.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -536,7 +536,7 @@ int mpqlib_find_hash_entry_by_name(struct mpq_archive_t * mpq_a, const char * na  uint64_t mpqlib_ioctl(struct mpq_archive_t * mpq_a, enum mpqlib_ioctl_t command, ...) {      __mpqlib_errno = MPQLIB_ERROR_NO_ERROR; -    int r = 0; +    uint64_t r = 0;      uint32_t u32;      uint64_t u64;      int entry;  | 
