From d3440e7e755f67f22fb2520a66b4fe5857a24827 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 26 Nov 2018 16:28:28 +0100 Subject: [PATCH] [dct] fix typo in warning message, add missing \n --- src/spectral/dct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectral/dct.c b/src/spectral/dct.c index debe4e7c..4b3a4385 100644 --- a/src/spectral/dct.c +++ b/src/spectral/dct.c @@ -142,7 +142,7 @@ aubio_dct_t* new_aubio_dct (uint_t size) { } #endif // falling back to plain mode - AUBIO_WRN("dct: d no optimised implementation could be created for size %d", + AUBIO_WRN("dct: no optimised implementation could be created for size %d\n", size); plain: s->dct = (void *)new_aubio_dct_plain (size); -- 2.11.0