diff --git a/libcelt/kfft_double.h b/libcelt/kfft_double.h index 951d0395..ee44311b 100644 --- a/libcelt/kfft_double.h +++ b/libcelt/kfft_double.h @@ -43,7 +43,7 @@ #define cpx32_fft(state, X, Y, nx)\ (\ cfft32_SCALE(X,nx),\ - cbrev32(X,X,nx),\ + cbrev32(X,X,nx)\ ) #define cpx32_ifft(state, X, Y, nx) \