diff options
Diffstat (limited to 'src/libxineadec/gsm610/short_term.c')
-rw-r--r-- | src/libxineadec/gsm610/short_term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/gsm610/short_term.c b/src/libxineadec/gsm610/short_term.c index 52ac623d2..8222b2caa 100644 --- a/src/libxineadec/gsm610/short_term.c +++ b/src/libxineadec/gsm610/short_term.c @@ -4,7 +4,7 @@ * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ -/* $Header: /nfshome/cvs/xine-lib/src/libxineadec/gsm610/short_term.c,v 1.2 2003/02/28 02:51:50 storri Exp $ */ +/* $Header: /nfshome/cvs/xine-lib/src/libxineadec/gsm610/short_term.c,v 1.3 2003/12/07 15:34:30 f1rmb Exp $ */ #include <stdio.h> #include "xineutils.h" @@ -42,7 +42,7 @@ static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp), * temp2 = *B << 1; * temp1 = GSM_SUB( temp1, temp2 ); * - * XINE_ASSERT(*INVA != MIN_WORD, "INVA table equlas MIN_WORD"); + * _x_assert(*INVA != MIN_WORD); * * temp1 = GSM_MULT_R( *INVA, temp1 ); * *LARpp = GSM_ADD( temp1, temp1 ); |