diff options
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 4453eaf..9dbfab2 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 iff the user selects 'quit'. */ +/* Displays the menu. Returns true if the user selects 'quit'. */ static bool main_menu(void) { int selection = 0; |