diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-08 08:50:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-08 08:50:30 +0000 |
commit | bea31c5c2a688685c0a14473df9bfbf5481aa0b8 (patch) | |
tree | cf0f662e58a0783ab30e8ab98e7b65de573a2ff1 /usr.bin | |
parent | 4b2d900d8db71fa66618f352ac8b8433bb8e089a (diff) |
yet another typo; bad markus
Diffstat (limited to 'usr.bin')
-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; } |