aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-01-18 07:13:23 -0800
committerChris Robinson <[email protected]>2017-01-18 07:13:23 -0800
commitd2e5aa79ddc79bccde67d375cffea8f9922ca611 (patch)
treef39b0892cbbb877cd2d0ebc6d7270159dfdf91fa /Alc/ALu.c
parentba0944af9ba8d851bc5b6ad99f314bbdac269716 (diff)
Use ALsizei in more places
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 02b4ffe8..9b03b85a 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -1400,7 +1400,7 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size)
ALsource *source;
ALCcontext *ctx;
FPUCtl oldMode;
- ALuint i, c;
+ ALsizei i, c;
SetMixerFPUMode(&oldMode);