]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp-common.c
merged OpenSSH 4.7p1 to trunk
[gssapi-openssh.git] / openssh / sftp-common.c
index 4fb4496555cebfc9ac3f90c498d7602e98b9bf45..92350481133442e55d9ae831e054675fe4b16fbd 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.5 2001/12/02 02:08:32 deraadt Exp $");
+RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk 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.06781 seconds and 4 git commands to generate.