summaryrefslogtreecommitdiff
path: root/apps/plugins/pitch_detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pitch_detector.c')
-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;