diff options
Diffstat (limited to 'libps/host.c')
-rw-r--r-- | libps/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/host.c b/libps/host.c index 120e5c49..3ef83cae 100644 --- a/libps/host.c +++ b/libps/host.c @@ -38,7 +38,7 @@ /* Return the current host port. */ mach_port_t -ps_get_host () +ps_get_host (void) { static mach_port_t host = MACH_PORT_NULL; if (host == MACH_PORT_NULL) |