From 1c06d83c1527bb39436c922815e9f9d55318d072 Mon Sep 17 00:00:00 2001 From: Mustapha Senhaji Date: Sat, 8 Jan 2011 14:26:16 +0000 Subject: [PATCH] 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 --- apps/plugins/pitch_detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) settings.sample_size = (settings.sample_size + 3) & ~3; } -/* Displays the menu. Returns true if the user selects 'quit'. */ +/* Displays the menu. Returns true iff the user selects 'quit'. */ static bool main_menu(void) { int selection = 0;