1
0
Fork 0
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:
Jean-Philippe Bernardy 2005-01-24 14:26:24 +00:00
parent 1265d03141
commit 34d2a71fdd
4 changed files with 5 additions and 5 deletions

View file

@ -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;