1
0
Fork 0
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:
Frank Gevaerts 2009-03-12 22:15:51 +00:00
parent d59e310375
commit aa1a99c9b9

View file

@ -91,7 +91,7 @@ static int clamp_value_wrap(int value, int max, int min)
} }
#endif #endif
int handle_usb_events(struct event_queue *q) static int handle_usb_events(struct event_queue *q)
{ {
struct queue_event ev; struct queue_event ev;
int next_update=0; int next_update=0;