summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftp/main.c')
-rw-r--r--src/appl/gssftp/ftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/gssftp/ftp/main.c b/src/appl/gssftp/ftp/main.c
index 6ec5ee1a8..48302cd51 100644
--- a/src/appl/gssftp/ftp/main.c
+++ b/src/appl/gssftp/ftp/main.c
@@ -92,7 +92,7 @@ static void cmdscanner (int);
static char *slurpstring (void);
-int
+int
main(argc, argv)
volatile int argc;
char **volatile argv;
@@ -285,7 +285,7 @@ tail(filename)
char *filename;
{
register char *s;
-
+
while (*filename) {
s = strrchr(filename, '/');
if (s == NULL)