summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpType.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/FtpType.c')
-rw-r--r--lib/libftp/FtpType.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libftp/FtpType.c b/lib/libftp/FtpType.c
index 6c32016..ae0d0ea 100644
--- a/lib/libftp/FtpType.c
+++ b/lib/libftp/FtpType.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.
@@ -17,10 +17,10 @@ Commercial usage is also possible with participation of it's author.
STATUS FtpType(FTP *ftp, char type)
{
STATUS p;
-
+
if ((p=FtpCommand(ftp,"TYPE %c",type,200,EOF))>0)
ftp->mode=(int)type;
return p;
}
-
+
OpenPOWER on IntegriCloud