summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpPort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/FtpPort.c')
-rw-r--r--lib/libftp/FtpPort.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libftp/FtpPort.c b/lib/libftp/FtpPort.c
index c6b0ca2..eb15ac0 100644
--- a/lib/libftp/FtpPort.c
+++ b/lib/libftp/FtpPort.c
@@ -2,9 +2,9 @@
Library for ftpd clients.(libftp)
Copyright by Oleg Orel
All rights reserved.
-
-This library is desined for free, non-commercial software creation.
-It is changeable and can be improved. The author would greatly appreciate
+
+This library is desined for free, non-commercial software creation.
+It is changeable and can be improved. The author would greatly appreciate
any advises, new components and patches of the existing programs.
Commercial usage is also possible with participation of it's author.
@@ -24,7 +24,7 @@ STATUS FtpPort(FTP *con,int a,int b,int c,int d,int e,int f)
return QUIT;
if ( (i=FtpGetMessage(con,cmd)) == QUIT)
return QUIT;
-
+
if ( ! FtpGood ( i , 200 , EOF ))
return EXIT(con,-i);
OpenPOWER on IntegriCloud