summaryrefslogtreecommitdiffstats
path: root/apps/recorder/pcm_record.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-03 10:50:34 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-03 10:50:34 +0000
commit05778b501d7dfa0d6e55d779a577db9581774e2d (patch)
treeeaf9d4e5eda0a9fc72eb82b1a262c0422e38e51b /apps/recorder/pcm_record.c
parentbfc129a5928072edb736b0a682b91bbaaf69f7f7 (diff)
downloadrockbox-05778b501d7dfa0d6e55d779a577db9581774e2d.tar.gz
rockbox-05778b501d7dfa0d6e55d779a577db9581774e2d.zip
Fix further tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24156 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/pcm_record.c')
-rw-r--r--apps/recorder/pcm_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/pcm_record.c b/apps/recorder/pcm_record.c
index d1dc03113d..217d276669 100644
--- a/apps/recorder/pcm_record.c
+++ b/apps/recorder/pcm_record.c
@@ -368,7 +368,7 @@ void pcm_rec_init(void)
pcmrec_thread_id =
create_thread(pcmrec_thread, pcmrec_stack, sizeof(pcmrec_stack),
0, pcmrec_thread_name IF_PRIO(, PRIORITY_RECORDING)
- IF_COP(, CPU));
+ IF_COP(, CPU));
queue_enable_queue_send(&pcmrec_queue, &pcmrec_queue_send,
pcmrec_thread_id);
} /* pcm_rec_init */