1
0
Fork 0
forked from len0rd/rockbox

Correct spelling of CONFIG_CODEC, fixes FS#6668

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2007-02-17 20:49:54 +00:00
parent c9e317475a
commit ab0752c9c0

View file

@ -1082,7 +1082,7 @@ static int getsonglength(int fd, struct mp3entry *entry)
entry->vbr = info.is_vbr;
entry->has_toc = info.has_toc;
#if CONFIC_CODEC==SWCODEC
#if CONFIG_CODEC==SWCODEC
entry->lead_trim = info.enc_delay;
entry->tail_trim = info.enc_padding;
#endif