# HG changeset patch # User alex # Date 1186620881 0 # Node ID 998ed46cfa666fd58b61c9eae73a89f747d2ac13 # Parent da33495f0621685784186559fd4143aced963c1f fix compilation with TRACE enabled diff -r da33495f0621 -r 998ed46cfa66 wmadec.c --- a/wmadec.c Thu Aug 09 00:39:35 2007 +0000 +++ b/wmadec.c Thu Aug 09 00:54:41 2007 +0000 @@ -48,7 +48,7 @@ static void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len); #ifdef TRACE -static void dump_shorts(WMADecodeContext *s, const char *name, const short *tab, int n) +static void dump_shorts(WMACodecContext *s, const char *name, const short *tab, int n) { int i; @@ -62,7 +62,7 @@ } } -static void dump_floats(WMADecodeContext *s, const char *name, int prec, const float *tab, int n) +static void dump_floats(WMACodecContext *s, const char *name, int prec, const float *tab, int n) { int i;