diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-02-16 09:03:37 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-02-16 09:03:37 +0000 |
commit | 12a1e108a8d9fde2c0e2d52aab496b8dec0f26a0 (patch) | |
tree | 1cf0143e67bd52569a8e6f791b12cac6c1ae1687 /firmware/pcm_record.c | |
parent | ec1f4829cd4276137d3877e36a95c7671ea778d8 (diff) |
Fix errors I hope.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12333 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/pcm_record.c')
-rw-r--r-- | firmware/pcm_record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/pcm_record.c b/firmware/pcm_record.c index 85ab7caafc..270bb354d2 100644 --- a/firmware/pcm_record.c +++ b/firmware/pcm_record.c @@ -1564,7 +1564,7 @@ static void pcmrec_thread(void) logf("thread pcmrec start"); - static void clear_flush_interrupt(void) + void clear_flush_interrupt(void) { if (--flush_interrupts < 0) flush_interrupts = 0; |