diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-02 02:08:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-02 02:08:33 +0000 |
commit | e0e834ffe4eb9eb182b2d8b61534c1e9314424f5 (patch) | |
tree | 12f9f4269db9aeec3c25d3b653080828bebee431 /usr.bin/ssh | |
parent | 7f4ed6552d3dea9419aaa2ae58dc63b3888ed13c (diff) |
zap };
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-common.c b/usr.bin/ssh/sftp-common.c index 92350481133..4fb4496555c 100644 --- a/usr.bin/ssh/sftp-common.c +++ b/usr.bin/ssh/sftp-common.c @@ -24,7 +24,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $"); +RCSID("$OpenBSD: sftp-common.c,v 1.5 2001/12/02 02:08:32 deraadt Exp $"); #include "buffer.h" #include "bufaux.h" @@ -144,6 +144,6 @@ fx2txt(int status) return("Operation unsupported"); default: return("Unknown status"); - }; + } /* NOTREACHED */ } |