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.
This commit is contained in:
Phil Burk 2016-09-24 08:53:28 -07:00
commit 339e875f42
3 changed files with 9 additions and 7 deletions

View file

@ -43,6 +43,7 @@
*/
#include <stdio.h>
#include <unistd.h>
#include <math.h>
#include <memory.h>
/* pthread may only be available on Mac and Linux. */