aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-11 14:38:04 -0700
committerChris Robinson <[email protected]>2017-05-11 14:38:04 -0700
commit748dfb1526aaa5411bba98352fc7546e19881ad0 (patch)
treeff52ff8253547b3c76ad96d82531fedec9de1e38 /Alc/ALc.c
parenta6f6533a28fd68c4e552353235b9a2a7aeffa0cd (diff)
Finalize AL_SOFT_source_spatialize
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 55292480..0ac65077 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -738,7 +738,7 @@ static const ALchar alExtList[] =
"AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_deferred_updates "
"AL_SOFT_direct_channels AL_SOFT_gain_clamp_ex AL_SOFT_loop_points "
"AL_SOFT_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length "
- "AL_SOFT_source_resampler AL_SOFTX_source_spatialize";
+ "AL_SOFT_source_resampler AL_SOFT_source_spatialize";
static ATOMIC(ALCenum) LastNullDeviceError = ATOMIC_INIT_STATIC(ALC_NO_ERROR);