aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
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 d707b6b9..084e7bdc 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -724,7 +724,7 @@ static void alc_initconfig(void)
str = getenv("__ALSOFT_FORCE_REVERB");
if(str && str[0])
- GetReverbEffect(&ForcedEffect);
+ GetReverbEffect(str, &ForcedEffect);
}