forked from len0rd/rockbox
Minor change (adhere to original coding style)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c841b8c40
commit
10771df007
1 changed files with 1 additions and 1 deletions
|
@ -369,8 +369,8 @@ static int run_timer(int nr)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (rb->default_event_handler(button) == SYS_USB_CONNECTED) {
|
if (rb->default_event_handler(button) == SYS_USB_CONNECTED) {
|
||||||
|
retval = 3; /* been in usb mode */
|
||||||
done = true;
|
done = true;
|
||||||
return 3; /* been in usb mode */
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue