aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-07 05:41:41 -0700
committerChris Robinson <[email protected]>2013-10-07 05:41:41 -0700
commit8aa237ac239c2be0ee6fc63393c3e5b288aac33f (patch)
tree04184c1811870f9b71426f05615ab1098c699a9b /OpenAL32/Include/alSource.h
parent5d014ba85f39ddd57c03221a1dcf7d0cf3b1101f (diff)
Fix effect slot struct declarations so KDevelop doesn't barf on them
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 632c8fc1..f547b188 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -22,8 +22,7 @@ extern const ALsizei ResamplerPadding[ResamplerMax];
extern const ALsizei ResamplerPrePadding[ResamplerMax];
-typedef struct ALbufferlistitem
-{
+typedef struct ALbufferlistitem {
struct ALbuffer *buffer;
struct ALbufferlistitem *next;
struct ALbufferlistitem *prev;