summaryrefslogtreecommitdiff
path: root/lib/rbcodec/test/warble.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/test/warble.c')
-rw-r--r--lib/rbcodec/test/warble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c
index 93fe286f2d..6aabf95d17 100644
--- a/lib/rbcodec/test/warble.c
+++ b/lib/rbcodec/test/warble.c
@@ -577,7 +577,7 @@ static void ci_configure(int setting, intptr_t value)
577 dsp_configure(ci.dsp, setting, value); 577 dsp_configure(ci.dsp, setting, value);
578 } else { 578 } else {
579 if (setting == DSP_SET_FREQUENCY 579 if (setting == DSP_SET_FREQUENCY
580 || setting == DSP_SWITCH_FREQUENCY) 580 || setting == DSP_SET_FREQUENCY)
581 format.freq = value; 581 format.freq = value;
582 else if (setting == DSP_SET_SAMPLE_DEPTH) 582 else if (setting == DSP_SET_SAMPLE_DEPTH)
583 format.depth = value; 583 format.depth = value;