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:
parent
cacc5dc4ba
commit
339e875f42
3 changed files with 9 additions and 7 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue