mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-18 08:56:40 -05:00
Fix typo in #ifndef.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@503 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
da665d5e61
commit
c4cf7adaca
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ pa_mainloop *pa_mainloop_new(void) {
|
||||||
|
|
||||||
m = pa_xmalloc(sizeof(pa_mainloop));
|
m = pa_xmalloc(sizeof(pa_mainloop));
|
||||||
|
|
||||||
#ifndef OS_ISWIN32
|
#ifndef OS_IS_WIN32
|
||||||
if (pipe(m->wakeup_pipe) < 0) {
|
if (pipe(m->wakeup_pipe) < 0) {
|
||||||
pa_xfree(m);
|
pa_xfree(m);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue