aboutsummaryrefslogtreecommitdiff
path: root/libstore/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/task.c')
-rw-r--r--libstore/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/task.c b/libstore/task.c
index bd029400..4908ce5d 100644
--- a/libstore/task.c
+++ b/libstore/task.c
@@ -28,7 +28,7 @@
#include "store.h"
static process_t
-proc_server ()
+proc_server (void)
{
static process_t proc = MACH_PORT_NULL;
if (proc == MACH_PORT_NULL)