diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-01-07 20:23:35 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-01-07 20:23:35 +0000 |
| commit | 2093bb021f357913ff9280c7d4e21568e3fc4575 (patch) | |
| tree | 5addf359236adcaaf8b1949a76bc1364dad8db52 | |
| parent | 41e5933877f9494c64007d2ee19e3d9eca744b49 (diff) | |
| download | rockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.zip rockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.tar.gz rockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.tar.bz2 rockbox-2093bb021f357913ff9280c7d4e21568e3fc4575.tar.xz | |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c index 431ddfb..4453eaf 100644 --- a/apps/plugins/pitch_detector.c +++ b/apps/plugins/pitch_detector.c @@ -980,8 +980,6 @@ static void record_and_get_pitch(void) record_data(); } break; - - break; } } |