Changeset 6a91a9d


Ignore:
Timestamp:
Nov 29, 2018, 12:42:41 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
e7edf92
Parents:
a334368
Message:

[tests] fix unmatched parenthesis on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/utils_tests.h

    ra334368 r6a91a9d  
    8585}
    8686
    87 #elif (defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__))
     87#elif defined(HAVE_WIN_HACKS) //&& !defined(__GNUC__)
    8888// windows workaround, where mkstemp does not exist...
    8989int create_temp_sink(char *templ)
Note: See TracChangeset for help on using the changeset viewer.