From 76cd6797b7e58272e4e5268f1461f209045b9de4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 6 Oct 2016 01:39:18 -0700 Subject: Add some more 'restrict' keywords --- OpenAL32/Include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 09c8c238..ae8645fa 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -149,7 +149,7 @@ typedef struct SendParams { typedef const ALfloat* (*ResamplerFunc)(const BsincState *state, - const ALfloat *src, ALuint frac, ALuint increment, ALfloat *restrict dst, ALuint dstlen + const ALfloat *restrict src, ALuint frac, ALuint increment, ALfloat *restrict dst, ALuint dstlen ); typedef void (*MixerFunc)(const ALfloat *data, ALuint OutChans, -- cgit v1.2.3