summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulsecore/core-util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 480ac3b7..5159934d 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -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() */