From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/sdd1emu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sdd1emu.h') diff --git a/source/sdd1emu.h b/source/sdd1emu.h index a968f7d..07bdeb6 100644 --- a/source/sdd1emu.h +++ b/source/sdd1emu.h @@ -3,6 +3,6 @@ #ifndef SDD1EMU_H #define SDD1EMU_H -void SDD1_decompress(uint8_t* out, uint8_t* in, int output_length); +void SDD1_decompress(uint8_t* out, uint8_t* in, int32_t output_length); #endif -- cgit v1.2.3