diff options
author | 1999-12-02 20:13:28 +0000 | |
---|---|---|
committer | 1999-12-02 20:13:28 +0000 | |
commit | d25f8c478f6705c173f44aa9251b8944daa7080f (patch) | |
tree | 51a18a1657c85adba3f79fc74ef8abe2b9a655c8 /usr.bin/ssh/serverloop.c | |
parent | use error() for internal errors (diff) | |
download | wireguard-openbsd-d25f8c478f6705c173f44aa9251b8944daa7080f.tar.xz wireguard-openbsd-d25f8c478f6705c173f44aa9251b8944daa7080f.zip |
indent
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-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. */ |