From 23fea56f909c480a690c63206dbee4b06a666c50 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 12 Aug 2018 22:37:29 +0200 Subject: [PATCH] src/spectral/dct_plain.c: add new line at end of warning --- src/spectral/dct_plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectral/dct_plain.c b/src/spectral/dct_plain.c index 0756f5cd..d9d1e93b 100644 --- a/src/spectral/dct_plain.c +++ b/src/spectral/dct_plain.c @@ -36,7 +36,7 @@ aubio_dct_plain_t * new_aubio_dct_plain (uint_t size) { uint_t i, j; smpl_t scaling; if (aubio_is_power_of_two (size) == 1 && size > 16) { - AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two", size); + AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two\n", size); } s->size = size; -- 2.11.0