1
0
Fork 0
forked from len0rd/rockbox

Fix errors I hope.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12333 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-02-16 09:03:37 +00:00
parent ec1f4829cd
commit 12a1e108a8

View file

@ -1564,7 +1564,7 @@ static void pcmrec_thread(void)
logf("thread pcmrec start"); logf("thread pcmrec start");
static void clear_flush_interrupt(void) void clear_flush_interrupt(void)
{ {
if (--flush_interrupts < 0) if (--flush_interrupts < 0)
flush_interrupts = 0; flush_interrupts = 0;