]> andersk Git - openssh.git/blobdiff - sftp-common.c
- (bal) Refixed auth2.c. It was never fully commited while spliting out
[openssh.git] / sftp-common.c
index 92350481133442e55d9ae831e054675fe4b16fbd..4fb4496555cebfc9ac3f90c498d7602e98b9bf45 100644 (file)
@@ -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 */
 }
This page took 0.042181 seconds and 4 git commands to generate.