1
0
Fork 0
forked from len0rd/rockbox

Remove extraneous parens

This commit is contained in:
Rafaël Carré 2012-05-06 23:10:19 -04:00
parent aaf9a1be49
commit 65bb8e4452
5 changed files with 6 additions and 6 deletions

View file

@ -333,7 +333,7 @@ static int info_action_callback(int action, struct gui_synclist *lists)
{
if (action == ACTION_STD_CANCEL)
return action;
else if ((action == ACTION_STD_OK)
else if (action == ACTION_STD_OK
#ifdef HAVE_HOTSWAP
|| action == SYS_FS_CHANGED
#endif