summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2011-01-08 14:26:16 +0000
committerMustapha Senhaji <moos@rockbox.org>2011-01-08 14:26:16 +0000
commit1c06d83c1527bb39436c922815e9f9d55318d072 (patch)
treeaf4697290e770d2115c2142fd98146f6635062bc
parent44f924f8b43b2c5e0125e797fcc526daad0eb34b (diff)
downloadrockbox-1c06d83c1527bb39436c922815e9f9d55318d072.tar.gz
rockbox-1c06d83c1527bb39436c922815e9f9d55318d072.zip
Revert r29004 putting the original comment back (sorry to fml for this :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29006 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/pitch_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index 9dbfab24ab..4453eaf68b 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -420,7 +420,7 @@ static void set_min_freq(int new_freq)
420 settings.sample_size = (settings.sample_size + 3) & ~3; 420 settings.sample_size = (settings.sample_size + 3) & ~3;
421} 421}
422 422
423/* Displays the menu. Returns true if the user selects 'quit'. */ 423/* Displays the menu. Returns true iff the user selects 'quit'. */
424static bool main_menu(void) 424static bool main_menu(void)
425{ 425{
426 int selection = 0; 426 int selection = 0;