forked from len0rd/rockbox
Make handle_usb_events() static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d59e310375
commit
aa1a99c9b9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static int clamp_value_wrap(int value, int max, int min)
|
|||
}
|
||||
#endif
|
||||
|
||||
int handle_usb_events(struct event_queue *q)
|
||||
static int handle_usb_events(struct event_queue *q)
|
||||
{
|
||||
struct queue_event ev;
|
||||
int next_update=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue