From c668f24877c063db881fa8d1eeb8a6fbc649d5a0 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 22 Nov 2012 00:18:21 +0200 Subject: fix some more 32/64bit incompatibilities --- plugins/spunull/xa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/spunull/xa.h') diff --git a/plugins/spunull/xa.h b/plugins/spunull/xa.h index cd38f96..6fb7bfd 100644 --- a/plugins/spunull/xa.h +++ b/plugins/spunull/xa.h @@ -5,7 +5,7 @@ typedef struct { - long y0, y1; + int y0, y1; } ADPCM_Decode_t; typedef struct -- cgit v1.2.3