From 8771bf230a867124a47b20ca21d18d8fe7321df9 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 9 Jun 2005 14:27:27 +0000 Subject: Typo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6639 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/fixed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/codecs/libmad/fixed.h b/apps/codecs/libmad/fixed.h index 7ccf1cb4ed..9d181a0c4e 100644 --- a/apps/codecs/libmad/fixed.h +++ b/apps/codecs/libmad/fixed.h @@ -439,7 +439,7 @@ mad_fixed_t mad_f_mul_inline(mad_fixed_t x, mad_fixed_t y) hi; \ }) /* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS - below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.h + below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.c */ #define mad_f_scale64(hi, lo) (lo) -- cgit v1.2.3