shithub: aubio

Download patch

ref: d3440e7e755f67f22fb2520a66b4fe5857a24827
parent: 6124059c77f482ad272b2ce9fc4a45d91edf4245
author: Paul Brossier <piem@piem.org>
date: Mon Nov 26 11:28:28 EST 2018

[dct] fix typo in warning message, add missing \n

--- a/src/spectral/dct.c
+++ b/src/spectral/dct.c
@@ -142,7 +142,7 @@
   }
 #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);