summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 98bc4d1..7df165c 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -94,7 +94,7 @@ main(argc, argv)
options |= SO_DEBUG;
debug++;
break;
-
+
case 'g':
doglob = 0;
break;
@@ -217,7 +217,7 @@ tail(filename)
char *filename;
{
char *s;
-
+
while (*filename) {
s = strrchr(filename, '/');
if (s == NULL)
OpenPOWER on IntegriCloud