From e96cc656e9c9176ba60cd191896fd6386a7fd74d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 28 May 2013 22:27:07 -0700 Subject: Use C99's inline instead of __inline --- Alc/effects/modulator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Alc/effects/modulator.c') diff --git a/Alc/effects/modulator.c b/Alc/effects/modulator.c index 930be059..d253614c 100644 --- a/Alc/effects/modulator.c +++ b/Alc/effects/modulator.c @@ -58,17 +58,17 @@ typedef struct ALmodulatorState { #define WAVEFORM_FRACONE (1<> (WAVEFORM_FRACBITS - 1)) & 1); } -- cgit v1.2.3