1
0
Fork 0
forked from len0rd/rockbox

Fix warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15421 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stéphane Doyon 2007-11-03 04:59:24 +00:00
parent 9c3c6f9c82
commit 775279b63e
3 changed files with 3 additions and 3 deletions

View file

@ -366,7 +366,7 @@ static void sendEvent(struct Event * ev)
}
}
void rewindFile()
void rewindFile(void)
{
int i=0;
for(i=0; i<mf->numTracks; i++)