diff options
-rw-r--r-- | ipc/ipc_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_port.c b/ipc/ipc_port.c index b960739..99a6ad4 100644 --- a/ipc/ipc_port.c +++ b/ipc/ipc_port.c @@ -1240,7 +1240,7 @@ ipc_port_print(port) printf(", sndrs=0x%x", port->ip_blocked.ithq_base); printf(", kobj=0x%x\n", port->ip_kobject); - indent -=2; + indent -= 2; } #endif /* MACH_KDB */ |