]> andersk Git - openssh.git/blobdiff - sftp.c
- djm@cvs.openbsd.org 2005/07/17 07:17:55
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 6dff39ede56a9669c5a6f5ac347db6c888d2c6a4..9d236074392a85b8610155b90da6b1f9859814f9 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -16,7 +16,7 @@
 
 #include "includes.h"
 
-RCSID("$OpenBSD: sftp.c,v 1.64 2005/06/17 02:44:33 djm Exp $");
+RCSID("$OpenBSD: sftp.c,v 1.65 2005/07/17 07:17:55 djm Exp $");
 
 #ifdef USE_LIBEDIT
 #include <histedit.h>
@@ -1476,7 +1476,7 @@ main(int argc, char **argv)
 
                        /* Allow "-" as stdin */
                        if (strcmp(optarg, "-") != 0 &&
-                          (infile = fopen(optarg, "r")) == NULL)
+                           (infile = fopen(optarg, "r")) == NULL)
                                fatal("%s (%s).", strerror(errno), optarg);
                        showprogress = 0;
                        batchmode = 1;
This page took 0.312683 seconds and 4 git commands to generate.