diff options
Diffstat (limited to 'engines/cine/unpack.h')
-rw-r--r-- | engines/cine/unpack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h index 0e0fd2594a..d3bff480ce 100644 --- a/engines/cine/unpack.h +++ b/engines/cine/unpack.h @@ -25,6 +25,6 @@ #ifndef CINE_UNPACK_H_ #define CINE_UNPACK_H_ -int decomp(u8 *in, u8 *out, int size); +int decomp(uint8 *in, uint8 *out, int size); #endif |