shithub: aubio

Download patch

ref: 23fea56f909c480a690c63206dbee4b06a666c50
parent: e458af4c9c2d0c9cbe4b8d7b81cedf3e4b215388
author: Paul Brossier <piem@piem.org>
date: Sun Aug 12 18:37:29 EDT 2018

src/spectral/dct_plain.c: add new line at end of warning

--- a/src/spectral/dct_plain.c
+++ b/src/spectral/dct_plain.c
@@ -36,7 +36,7 @@
   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;