aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-27 14:30:13 -0800
committerChris Robinson <[email protected]>2010-11-27 14:30:13 -0800
commit4d0f70439c18f1034d1375a331bbd28e1f1adeff (patch)
treef576ad94a111e1fa729d3a8c6b476a7a348c042d /OpenAL32/Include
parentd3bb5d4fcb91af97b396d0f22cb56b519468328f (diff)
Rename a function
Diffstat (limited to 'OpenAL32/Include')
-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)
{