1
0
Fork 0
forked from len0rd/rockbox

pitch_detector: remove a double 'break'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-01-07 20:23:35 +00:00
parent 41e5933877
commit 2093bb021f

View file

@ -980,8 +980,6 @@ static void record_and_get_pitch(void)
record_data();
}
break;
break;
}
}