diff options
-rw-r--r-- | include/kernel/kernel/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/kernel/utils.h b/include/kernel/kernel/utils.h index 2211547..e9055be 100644 --- a/include/kernel/kernel/utils.h +++ b/include/kernel/kernel/utils.h @@ -72,7 +72,7 @@ int sceHmacSha256Digest(const unsigned char *key, uint32_t key_len, const void * * * @return dst_size on success, < 0 on error. */ -int sceGzipDecompress(void *dst, int dst_size, const void *src, int *crc32); +int sceGzipDecompress(void *dst, uint32_t dst_size, const void *src, uint32_t *crc32); #ifdef __cplusplus } |