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:
parent
ec1f4829cd
commit
12a1e108a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue