summaryrefslogtreecommitdiff
path: root/apps/plugins
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 /apps/plugins
parent44f924f8b43b2c5e0125e797fcc526daad0eb34b (diff)
downloadrockbox-1c06d83c1527bb39436c922815e9f9d55318d072.zip
rockbox-1c06d83c1527bb39436c922815e9f9d55318d072.tar.gz
rockbox-1c06d83c1527bb39436c922815e9f9d55318d072.tar.bz2
rockbox-1c06d83c1527bb39436c922815e9f9d55318d072.tar.xz
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
Diffstat (limited to 'apps/plugins')
-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 9dbfab2..4453eaf 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;