shithub: aubio

Download patch

ref: 6a91a9d4d64bc39695bd91207d3413290d5f1769
parent: a33436815d2ffe6af940fcf96c1acde0628ac61c
author: Paul Brossier <piem@piem.org>
date: Wed Nov 28 19:42:41 EST 2018

[tests] fix unmatched parenthesis on windows

--- a/tests/utils_tests.h
+++ b/tests/utils_tests.h
@@ -84,7 +84,7 @@
   return err;
 }
 
-#elif (defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__))
+#elif defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__)
 // windows workaround, where mkstemp does not exist...
 int create_temp_sink(char *templ)
 {