summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-11-13 17:49:45 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-11-13 17:49:45 +0000
commit9156dbaef5b97c673b95de1745ac33daf6518145 (patch)
tree817a3cc1ce8abb529efe543e961d3fcd4c293c56 /firmware/export/pcm.h
parentfc86352e275dbab5babfb12dcded1b3d5a7f7ba8 (diff)
downloadrockbox-9156dbaef5b97c673b95de1745ac33daf6518145.tar.gz
rockbox-9156dbaef5b97c673b95de1745ac33daf6518145.zip
Damn. Remove another typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28579 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 91159e1656..80b5b09a79 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -43,7 +43,7 @@
43/* I/O error has occurred */ 43/* I/O error has occurred */
44#define PCMREC_E_IO 0x80008000 44#define PCMREC_E_IO 0x80008000
45#ifdef DEBUG 45#ifdef DEBUG
46/* encoder has written past end of alloccated space */ 46/* encoder has written past end of allocated space */
47#define PCMREC_E_CHUNK_OVF 0x80010000 47#define PCMREC_E_CHUNK_OVF 0x80010000
48#endif /* DEBUG */ 48#endif /* DEBUG */
49 49