diff options
Diffstat (limited to 'libstore/task.c')
-rw-r--r-- | libstore/task.c | 2 |
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) |