diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:50:03 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:50:03 +0100 |
commit | d05487d1db230db5d55c217fac907a5694bd7dd5 (patch) | |
tree | 9401ca147c6eac8b5cb99790cedc0306622b654e /sftp-common.c | |
parent | - markus@cvs.openbsd.org 2001/12/01 21:41:48 (diff) | |
download | openssh-d05487d1db230db5d55c217fac907a5694bd7dd5.tar.xz openssh-d05487d1db230db5d55c217fac907a5694bd7dd5.zip |
- deraadt@cvs.openbsd.org 2001/12/02 02:08:32
[sftp-common.c]
zap };
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c index 923504811..4fb449655 100644 --- a/sftp-common.c +++ b/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 */ } |