]> Repos - portaudio/commit
pa_mac_core: fix whitespace and missing semicolon
authorPhil Burk <philburk@mobileer.com>
Sat, 24 Sep 2016 15:53:28 +0000 (08:53 -0700)
committerPhil Burk <philburk@mobileer.com>
Sat, 24 Sep 2016 15:53:28 +0000 (08:53 -0700)
commit339e875f42727b759bf167fa0820e099bbd2fb93
treee98e5e1b5ac5ef0363c20e2a0780c0161d5947a0
parentcacc5dc4ba848ce1aabed425ef9f465cd9e0babb
pa_mac_core: fix whitespace and missing semicolon

It compiled without the semicolon because it was followed by a VDBUG,
which was followed by a semicolon. The VDBUG was disabled so its
semicolon finished the line above.
src/hostapi/coreaudio/pa_mac_core.c
src/hostapi/coreaudio/pa_mac_core_blocking.c
test/patest_write_stop_hang_illegal.c