[tests] fix unmatched parenthesis on windows
authorPaul Brossier <piem@piem.org>
Wed, 28 Nov 2018 23:42:41 +0000 (00:42 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 28 Nov 2018 23:42:41 +0000 (00:42 +0100)
tests/utils_tests.h

index 39bd4ec..53531ce 100644 (file)
@@ -84,7 +84,7 @@ int close_temp_sink(char *sink_path, int sink_fildes)
   return err;
 }
 
   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)
 {
 // windows workaround, where mkstemp does not exist...
 int create_temp_sink(char *templ)
 {