aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 44a05915..f47685ce 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -24,8 +24,8 @@ enum FmtChannels {
};
-static __inline void DecompFormat(ALenum format, enum FmtType *type,
- enum FmtChannels *order)
+static __inline void DecomposeFormat(ALenum format, enum FmtType *type,
+ enum FmtChannels *order)
{
switch(format)
{