aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-04-13 02:01:21 -0700
committerChris Robinson <[email protected]>2009-04-13 02:01:21 -0700
commit58f48f20e25b4fe78236fca4a0047be200505823 (patch)
tree9a9ee36a5bb68230f64bac1e24c9ac381dc42328 /examples
parentee1b02b709dff0043912028ec8baf47660df3e9d (diff)
Rename Standard Reverb to Reverb
Diffstat (limited to 'examples')
-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" },