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/fxinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fxinst.c') diff --git a/source/fxinst.c b/source/fxinst.c index 05ebba2..e78d932 100644 --- a/source/fxinst.c +++ b/source/fxinst.c @@ -8,7 +8,7 @@ #include extern struct FxRegs_s GSU; -int gsu_bank [512] = {0}; +int32_t gsu_bank [512] = {0}; /* Set this define if you wish the plot instruction to check for y-pos limits */ /* (I don't think it's nessecary) */ -- cgit v1.2.3