forked from len0rd/rockbox
Remove extraneous parens
This commit is contained in:
parent
aaf9a1be49
commit
65bb8e4452
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue