diff options
author | 2001-01-08 08:50:29 +0000 | |
---|---|---|
committer | 2001-01-08 08:50:29 +0000 | |
commit | 900137f16b85dddc0c7dbeac8acb942404e605c4 (patch) | |
tree | 655b8770f1ac0456ef3196d14d6196be5f07152f /usr.bin/ssh/cli.c | |
parent | Fix various warnings, merge lite-2, and tidy a bit; also, cast some (diff) | |
download | wireguard-openbsd-900137f16b85dddc0c7dbeac8acb942404e605c4.tar.xz wireguard-openbsd-900137f16b85dddc0c7dbeac8acb942404e605c4.zip |
yet another typo; bad markus
Diffstat (limited to 'usr.bin/ssh/cli.c')
-rw-r--r-- | usr.bin/ssh/cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/cli.c b/usr.bin/ssh/cli.c index cc7bc90cd68..fa18e7b54b6 100644 --- a/usr.bin/ssh/cli.c +++ b/usr.bin/ssh/cli.c @@ -1,5 +1,5 @@ #include "includes.h" -RCSID("$OpenBSD: cli.c,v 1.4 2001/01/07 21:26:55 markus Exp $"); +RCSID("$OpenBSD: cli.c,v 1.5 2001/01/08 08:50:29 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -151,7 +151,7 @@ cli_write(char* buf, int size) return -1; } } - xfree(output) + xfree(output); return 0; } |