summaryrefslogtreecommitdiff
path: root/equalizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'equalizer.c')
-rw-r--r--equalizer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/equalizer.c b/equalizer.c
index 8762c88c..c53530a3 100644
--- a/equalizer.c
+++ b/equalizer.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: equalizer.c,v 1.5 2008-11-20 11:46:30 rofafor Exp $
+ * $Id: equalizer.c,v 1.6 2010-04-16 10:32:35 phintuka Exp $
*
*/
@@ -95,6 +95,7 @@ eOSState cEqualizer::ProcessKey(eKeys key)
case kOk:
memcpy(xc.audio_equalizer, m_Values, sizeof(xc.audio_equalizer));
return osEnd;
+ default:; // all other keys - do nothing.
}
}