1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Mustapha Senhaji 2011-01-08 14:26:16 +00:00
parent 44f924f8b4
commit 1c06d83c15

View file

@ -420,7 +420,7 @@ static void set_min_freq(int new_freq)
settings.sample_size = (settings.sample_size + 3) & ~3; 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) static bool main_menu(void)
{ {
int selection = 0; int selection = 0;