forked from len0rd/rockbox
More int -> long
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1265d03141
commit
34d2a71fdd
4 changed files with 5 additions and 5 deletions
|
|
@ -113,7 +113,7 @@ void queue_wait_w_tmo(struct event_queue *q, struct event *ev, int ticks)
|
|||
}
|
||||
}
|
||||
|
||||
void queue_post(struct event_queue *q, int id, void *data)
|
||||
void queue_post(struct event_queue *q, long id, void *data)
|
||||
{
|
||||
int wr;
|
||||
int oldlevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue