Mercurial > audlegacy-plugins
changeset 3011:98501cf3c561
Remove stray forward slash. Comment-in-comment is bad, hmmkay?
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Wed, 08 Apr 2009 23:09:15 +0100 |
parents | 0ca39a9582f2 |
children | 98846e76190f |
files | src/aac/libfaad2/specrec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aac/libfaad2/specrec.c Wed Apr 08 23:07:59 2009 +0100 +++ b/src/aac/libfaad2/specrec.c Wed Apr 08 23:09:15 2009 +0100 @@ -426,7 +426,7 @@ } /* iquant() * -/* output = sign(input)*abs(input)^(4/3) */ + * output = sign(input)*abs(input)^(4/3) */ /**/ static INLINE real_t iquant(int16_t q, const real_t *tab, uint8_t *error) {