aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-10 06:20:16 -0800
committerChris Robinson <[email protected]>2017-02-10 06:20:16 -0800
commite92229f8395979591a14a980543d92aa4e7489c0 (patch)
tree6f0e6a9e203662e9cbd64e6ced8fa29f6f31dcee /OpenAL32/Include
parent5bd63ff03d324f772875611325ee10c8a8df1c3c (diff)
Fix more uses of unsigned sizes and offsets
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/bs2b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/bs2b.h b/OpenAL32/Include/bs2b.h
index bfe5c274..e845d906 100644
--- a/OpenAL32/Include/bs2b.h
+++ b/OpenAL32/Include/bs2b.h
@@ -85,7 +85,7 @@ int bs2b_get_srate(struct bs2b *bs2b);
/* Clear buffer */
void bs2b_clear(struct bs2b *bs2b);
-void bs2b_cross_feed(struct bs2b *bs2b, float *restrict Left, float *restrict Right, unsigned int SamplesToDo);
+void bs2b_cross_feed(struct bs2b *bs2b, float *restrict Left, float *restrict Right, int SamplesToDo);
#ifdef __cplusplus
} /* extern "C" */