1
0
Fork 0
forked from len0rd/rockbox

Damn. Remove another typo.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28579 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2010-11-13 17:49:45 +00:00
parent fc86352e27
commit 9156dbaef5

View file

@ -43,7 +43,7 @@
/* I/O error has occurred */ /* I/O error has occurred */
#define PCMREC_E_IO 0x80008000 #define PCMREC_E_IO 0x80008000
#ifdef DEBUG #ifdef DEBUG
/* encoder has written past end of alloccated space */ /* encoder has written past end of allocated space */
#define PCMREC_E_CHUNK_OVF 0x80010000 #define PCMREC_E_CHUNK_OVF 0x80010000
#endif /* DEBUG */ #endif /* DEBUG */