aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-18 02:21:58 -0700
committerChris Robinson <[email protected]>2014-04-18 02:21:58 -0700
commit1353cb0d883f5b0f3c6f7170f3637425d0a6fc5c (patch)
treef0d7ff32320c346e19e77c7f183a510def687b08 /Alc/ALc.c
parent579e7c10c22424e99c1a91696fd8632758c169b4 (diff)
Rename AL_ONCE_INIT to AL_ONCE_FLAG_INIT
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 82316846..f155dab4 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -737,7 +737,7 @@ enum LogLevel LogLevel = LogError;
static ALCboolean TrapALCError = ALC_FALSE;
/* One-time configuration init control */
-static alonce_flag alc_config_once = AL_ONCE_INIT;
+static alonce_flag alc_config_once = AL_ONCE_FLAG_INIT;
/* Default effect that applies to sources that don't have an effect on send 0 */
static ALeffect DefaultEffect;