aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/openal-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/openal-info.c b/examples/openal-info.c
index 568eb0c1..daf083b2 100644
--- a/examples/openal-info.c
+++ b/examples/openal-info.c
@@ -194,7 +194,7 @@ static void printEFXInfo(void)
const char *name;
} effects[] = {
{ AL_EFFECT_EAXREVERB, "EAX Reverb" },
- { AL_EFFECT_REVERB, "Standard Reverb" },
+ { AL_EFFECT_REVERB, "Reverb" },
{ AL_EFFECT_CHORUS, "Chorus" },
{ AL_EFFECT_DISTORTION, "Distortion" },
{ AL_EFFECT_ECHO, "Echo" },