summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-07-01 22:32:46 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-07-01 22:32:46 +0000
commit5633ece5a85a933a45de3896eb52bb3804849c3b (patch)
treebaf63d5267ac3823c6869dde988e479897fd0a5e /apps
parent26a2f810f1432d4013b6ac321c8f2d4b6dc32454 (diff)
downloadrockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.tar.gz
rockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.zip
Remove false comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27228 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libfaad/bits.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/bits.h b/apps/codecs/libfaad/bits.h
index 815db59c68..0cdc2e6899 100644
--- a/apps/codecs/libfaad/bits.h
+++ b/apps/codecs/libfaad/bits.h
@@ -86,7 +86,6 @@ void *faad_origbitbuffer(bitfile *ld);
86uint32_t faad_origbitbuffer_size(bitfile *ld); 86uint32_t faad_origbitbuffer_size(bitfile *ld);
87#endif 87#endif
88 88
89/* circumvent memory alignment errors on ARM */
90static INLINE uint32_t getdword(void *mem) 89static INLINE uint32_t getdword(void *mem)
91{ 90{
92#ifndef ARCH_IS_BIG_ENDIAN 91#ifndef ARCH_IS_BIG_ENDIAN