From 4d0f70439c18f1034d1375a331bbd28e1f1adeff Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 27 Nov 2010 14:30:13 -0800 Subject: Rename a function --- OpenAL32/Include/alBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include') 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) { -- cgit v1.2.3