aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-10-07 04:32:14 -0700
committerChris Robinson <[email protected]>2009-10-07 04:32:14 -0700
commitd6e439244ae00a1750f0dc8b249f47efb4967a23 (patch)
tree1be001719e7c57ccab24b2645eaa73f431eb1760 /OpenAL32
parent5ff225fa1ba2827ef32884b5890bcfb35168527a (diff)
Rename SetALCError for consistency
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a334fabd..b02f9f83 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -305,7 +305,7 @@ void AppendDeviceList(const ALCchar *name);
void AppendAllDeviceList(const ALCchar *name);
void AppendCaptureDeviceList(const ALCchar *name);
-ALCvoid SetALCError(ALenum errorCode);
+ALCvoid alcSetError(ALenum errorCode);
ALCvoid SuspendContext(ALCcontext *context);
ALCvoid ProcessContext(ALCcontext *context);