Remove extraneous semicolons, and fix a comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19267 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-11-30 11:53:52 +00:00
parent fbb80b00db
commit b153133682

View file

@ -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;