diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 20:13:29 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 20:13:29 +0000 |
commit | 03b9551853cef19ac8c82530e0eecb4651355fdb (patch) | |
tree | 82651b9f897cdf64e5bfc2d19b3fa6f941a9be71 /usr.bin | |
parent | d678868f947c58a9e6aa726502b70bcc5c1cc5b3 (diff) |
indent
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 683598ef8c7..94c2115710d 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -609,7 +609,7 @@ quit: /* Check if it matches the process we forked. */ if (wait_pid != pid) error("Strange, wait returned pid %d, expected %d", - wait_pid, pid); + wait_pid, pid); } /* We no longer want our SIGCHLD handler to be called. */ |