build fix for systems lacking capability suppoort. (Problem identified and original patch supplied by Diego Petteno

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1462 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-05-28 15:52:13 +00:00
parent 707def14fc
commit 67cb77575f

View file

@ -544,6 +544,10 @@ fail:
cap_free(caps);
}
#endif
; /* We put this here to get the code to compile when
* HAVE_SYS_CAPABILITY_H is not defined. Don't remove unless you
* know what you do */
}
/* Reset the priority to normal, inverting the changes made by pa_raise_priority() */