]> andersk Git - openssh.git/blobdiff - sftp.c
- markus@cvs.openbsd.org 2001/04/05 10:42:57
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 4569daccc7310b1275af978a4ff0136f2b127d8f..0fbde5634f4ee90c37998adef67525f268528f53 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -24,7 +24,7 @@
 
 #include "includes.h"
 
-RCSID("$OpenBSD: sftp.c,v 1.11 2001/03/07 10:11:23 djm Exp $");
+RCSID("$OpenBSD: sftp.c,v 1.12 2001/04/05 10:42:54 markus Exp $");
 
 /* XXX: commandline mode */
 /* XXX: copy between two remote hosts (commandline) */
@@ -191,9 +191,9 @@ main(int argc, char **argv)
                case 'b':
                        if (infile == stdin) {
                                infile = fopen(optarg, "r");
-                               if (infile == NULL) 
+                               if (infile == NULL)
                                        fatal("%s (%s).", strerror(errno), optarg);
-                       } else 
+                       } else
                                fatal("Filename already specified.");
                        break;
                case 'h':
This page took 0.192348 seconds and 4 git commands to generate.