From d6e439244ae00a1750f0dc8b249f47efb4967a23 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 7 Oct 2009 04:32:14 -0700 Subject: Rename SetALCError for consistency --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') 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); -- cgit v1.2.3