diff options
Diffstat (limited to 'ipc/ipc_port.c')
-rw-r--r-- | ipc/ipc_port.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/ipc_port.c b/ipc/ipc_port.c index f9ccc290..d71edfaf 100644 --- a/ipc/ipc_port.c +++ b/ipc/ipc_port.c @@ -1249,8 +1249,7 @@ ipc_port_dealloc_special( */ void -ipc_port_print(port) - const ipc_port_t port; +ipc_port_print(const ipc_port_t port) { printf("port 0x%x\n", port); |