aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-03 20:59:44 -0700
committerChris Robinson <[email protected]>2014-07-03 20:59:44 -0700
commitfda5bc2bd2dac0c39f420a8de639c42d34d545a3 (patch)
tree6ffbc21e13e4561b2f19b0c70d0cd192e4baad67 /Alc/ALc.c
parent5303ee25886116d78854374e16e16456741655bf (diff)
AL_SOFT_MSADPCM is functionally complete
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 e21cd8ed..3b78ce87 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -715,7 +715,7 @@ static const ALchar alExtList[] =
"AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model "
"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_SOFTX_MSADPCM AL_SOFT_source_latency "
+ "AL_SOFT_loop_points AL_SOFT_MSADPCM AL_SOFT_source_latency "
"AL_SOFTX_source_length";
static volatile ALCenum LastNullDeviceError = ALC_NO_ERROR;