forked from len0rd/rockbox
pitch detector: Fix a typo in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1eb3abee4
commit
958b638def
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue