aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-05 04:25:37 -0700
committerChris Robinson <[email protected]>2014-07-05 04:25:37 -0700
commit5de7271bcd4df9a26301a37ed9cf76ddc6641328 (patch)
treed2244c537d4b5ba6c981566649ab22759edd9766 /Alc
parentad92181a26ab1cc7c7797d93e90349bd8829e3cd (diff)
AL_SOFT_source_length is complete
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 3b78ce87..b55fda06 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -716,7 +716,7 @@ static const ALchar alExtList[] =
"AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_buffer_samples "
"AL_SOFT_buffer_sub_data AL_SOFT_deferred_updates AL_SOFT_direct_channels "
"AL_SOFT_loop_points AL_SOFT_MSADPCM AL_SOFT_source_latency "
- "AL_SOFTX_source_length";
+ "AL_SOFT_source_length";
static volatile ALCenum LastNullDeviceError = ALC_NO_ERROR;