diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2011-01-08 14:26:16 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2011-01-08 14:26:16 +0000 |
| commit | 1c06d83c1527bb39436c922815e9f9d55318d072 (patch) | |
| tree | af4697290e770d2115c2142fd98146f6635062bc /apps/plugins | |
| parent | 44f924f8b43b2c5e0125e797fcc526daad0eb34b (diff) | |
| download | rockbox-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.c | 2 |
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; |