summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2011-01-07 20:23:35 +0000
committerAlexander Levin <al.le@rockbox.org>2011-01-07 20:23:35 +0000
commit2093bb021f357913ff9280c7d4e21568e3fc4575 (patch)
tree5addf359236adcaaf8b1949a76bc1364dad8db52
parent41e5933877f9494c64007d2ee19e3d9eca744b49 (diff)
downloadrockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.tar.gz
rockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.zip
pitch_detector: remove a double 'break'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28995 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/pitch_detector.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index 431ddfbcb4..4453eaf68b 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -980,8 +980,6 @@ static void record_and_get_pitch(void)
980 record_data(); 980 record_data();
981 } 981 }
982 break; 982 break;
983
984 break;
985 } 983 }
986 } 984 }
987 985