summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libmad/synth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c
index f2cd21b121..ab2bcbe829 100644
--- a/apps/codecs/libmad/synth.c
+++ b/apps/codecs/libmad/synth.c
@@ -105,7 +105,7 @@ void dct32(mad_fixed_t const in[32], unsigned int slot,
105/* possible DCT speed optimization */ 105/* possible DCT speed optimization */
106# if defined(FPM_COLDFIRE_EMAC) 106# if defined(FPM_COLDFIRE_EMAC)
107/* This is a Coldfire version of the OPT_SPEED optimisation below, but in the 107/* This is a Coldfire version of the OPT_SPEED optimisation below, but in the
108 case of Coldfire it doesn't loose no additional precision. */ 108 case of Coldfire it does not loose additional precision. */
109# define MUL(x, y) \ 109# define MUL(x, y) \
110 ({ \ 110 ({ \
111 mad_fixed64hi_t hi; \ 111 mad_fixed64hi_t hi; \