aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-08-11 13:11:42 -0700
committerChris Robinson <[email protected]>2023-08-11 13:11:42 -0700
commit3b7e3a164fa0ea734308f1db69c8537ac4bab4d2 (patch)
treec67e3ba4a6bbc533277daa29e91d708c100c9cd4 /alc/alc.cpp
parent188a637c70019108d980f72b8521673b5648d19e (diff)
Make AL(C)_EXT_debug public
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 45a55793..b2a5355a 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -312,7 +312,7 @@ constexpr ALCchar alcExtensionList[] =
"ALC_ENUMERATE_ALL_EXT "
"ALC_ENUMERATION_EXT "
"ALC_EXT_CAPTURE "
- "ALC_EXTX_debug "
+ "ALC_EXT_debug "
"ALC_EXT_DEDICATED "
"ALC_EXTX_direct_context "
"ALC_EXT_disconnect "