aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-01 16:31:37 -0800
committerChris Robinson <[email protected]>2012-02-01 16:31:37 -0800
commit9166432ccf9729c0a7d96abedbdbe8ca52089302 (patch)
tree9aa8d484794a6eed6b1112c779a8cc701fda05af /OpenAL32/alEffect.c
parent0107e74986edf8e184921ddf853a31d1f9e61dee (diff)
Fix typo in the "CarpetedHallway" reverb preset
Diffstat (limited to 'OpenAL32/alEffect.c')
-rw-r--r--OpenAL32/alEffect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alEffect.c b/OpenAL32/alEffect.c
index fb749d57..4e04089c 100644
--- a/OpenAL32/alEffect.c
+++ b/OpenAL32/alEffect.c
@@ -1332,7 +1332,7 @@ static const struct {
DECL(CAVE),
DECL(ARENA),
DECL(HANGAR),
- DECL(CARPETTEDHALLWAY),
+ DECL(CARPETEDHALLWAY),
DECL(HALLWAY),
DECL(STONECORRIDOR),
DECL(ALLEY),