From b153133682fe33cdd38c15cb500709a341288a68 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 30 Nov 2008 11:53:52 +0000 Subject: Remove extraneous semicolons, and fix a comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19267 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/ape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/codecs/ape.c b/apps/codecs/ape.c index 97f9ee6639..0419a6f6bd 100644 --- a/apps/codecs/ape.c +++ b/apps/codecs/ape.c @@ -45,7 +45,7 @@ static uint32_t seektablebuf[MAX_SEEKPOINTS]; #define INPUT_CHUNKSIZE (32*1024) -/* 4608*4 = 18432 bytes per channel */ +/* 1024*4 = 4096 bytes per channel */ static int32_t decoded0[BLOCKS_PER_LOOP] IBSS_ATTR; static int32_t decoded1[BLOCKS_PER_LOOP] IBSS_ATTR; -- cgit v1.2.3