]> code.delx.au - pulseaudio/commitdiff
build fix for systems lacking capability suppoort. (Problem identified and original...
authorLennart Poettering <lennart@poettering.net>
Mon, 28 May 2007 15:52:13 +0000 (15:52 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 May 2007 15:52:13 +0000 (15:52 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1462 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/core-util.c

index 480ac3b71d1d98e8fda491102c628b141d1f665c..5159934d8375e57efb621159b3003612168ebd43 100644 (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() */