aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-10-06 01:39:18 -0700
committerChris Robinson <[email protected]>2016-10-06 01:39:18 -0700
commit76cd6797b7e58272e4e5268f1461f209045b9de4 (patch)
tree7c16fc353376d3bec215ebe208ac7a96f6f3f205 /OpenAL32/Include
parent965e91c702db7b79fe70124634902712fd19b4ad (diff)
Add some more 'restrict' keywords
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
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,