summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpGetHost.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/FtpGetHost.c')
-rw-r--r--lib/libftp/FtpGetHost.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libftp/FtpGetHost.c b/lib/libftp/FtpGetHost.c
index 3dca113..7171ba3 100644
--- a/lib/libftp/FtpGetHost.c
+++ b/lib/libftp/FtpGetHost.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.
@@ -37,7 +37,7 @@ struct hostent *FtpGetHost(char *host)
_host.h_addrtype=AF_INET;
return &_host;
}
-
+
return gethostbyname(host);
}
OpenPOWER on IntegriCloud