summaryrefslogtreecommitdiff
path: root/apps/codecs/spc.c
diff options
context:
space:
mode:
authorPaul Louden <paulthenerd@gmail.com>2007-02-18 09:28:26 +0000
committerPaul Louden <paulthenerd@gmail.com>2007-02-18 09:28:26 +0000
commit5fd4c15e2ab8f72e9a79e2938f3388a6b501294b (patch)
tree1d2fe608c1c53c357422f99863bf7b868c9a73e4 /apps/codecs/spc.c
parent4594c05925290309dc643415a09ff7da90d8f8e3 (diff)
downloadrockbox-5fd4c15e2ab8f72e9a79e2938f3388a6b501294b.tar.gz
rockbox-5fd4c15e2ab8f72e9a79e2938f3388a6b501294b.zip
Fix silly cut an pasting of comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12391 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/spc.c')
-rw-r--r--apps/codecs/spc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 29b68f434d..86b9c0caf1 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -54,13 +54,13 @@ CODEC_HEADER
54 /* Disable echo processing */ 54 /* Disable echo processing */
55 #define SPC_NOECHO 1 55 #define SPC_NOECHO 1
56#else 56#else
57 /* Cache BRR waves */ 57 /* Don't cache BRR waves */
58 #define SPC_BRRCACHE 0 58 #define SPC_BRRCACHE 0
59 59
60 /* Disable gaussian interpolation */ 60 /* Allow gaussian interpolation */
61 #define SPC_NOINTERP 0 61 #define SPC_NOINTERP 0
62 62
63 /* Disable echo processing */ 63 /* Allow echo processing */
64 #define SPC_NOECHO 0 64 #define SPC_NOECHO 0
65#endif 65#endif
66 66