summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>1999-12-02 20:13:28 +0000
committermarkus <markus@openbsd.org>1999-12-02 20:13:28 +0000
commitd25f8c478f6705c173f44aa9251b8944daa7080f (patch)
tree51a18a1657c85adba3f79fc74ef8abe2b9a655c8 /usr.bin/ssh/serverloop.c
parentuse error() for internal errors (diff)
downloadwireguard-openbsd-d25f8c478f6705c173f44aa9251b8944daa7080f.tar.xz
wireguard-openbsd-d25f8c478f6705c173f44aa9251b8944daa7080f.zip
indent
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r--usr.bin/ssh/serverloop.c2
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. */