1
0
Fork 0
forked from len0rd/rockbox

Fix warning when compiling the sim.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15858 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2007-11-30 14:24:05 +00:00
parent c21180fb06
commit 8b99ad39b1

View file

@ -521,7 +521,7 @@ next_track:
ci->seek_complete();
goto next_track;
}
DEBUGF("Seek returned %d\n", time);
DEBUGF("Seek returned %d\n", (int)time);
ci->set_elapsed(elapsedtime);
/*flush the wma decoder state*/