From d741d2d955580651f63cca71a285b7bff9302bde Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 26 Aug 2008 23:48:47 +0000 Subject: [PATCH] Restored previous 'minor formatting's --- harbour/source/rtl/hbinet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/rtl/hbinet.c b/harbour/source/rtl/hbinet.c index 077152d69b..ed3f03fedb 100644 --- a/harbour/source/rtl/hbinet.c +++ b/harbour/source/rtl/hbinet.c @@ -81,7 +81,7 @@ #include #if defined( HB_OS_WIN_32 ) - #define _WINSOCKAPI_ /* Prevents inclusion of Winsock.h in Windows.h */ + #define _WINSOCKAPI_ /* Prevents inclusion of winsock.h in windows.h */ #define HB_SOCKET_T SOCKET #include #include @@ -339,7 +339,7 @@ static struct hostent * hb_getHosts( char * name, HB_SOCKET_STRUCT *Socket ) /* TOFIX: make it MT safe */ - /* let's see if name is an IP address; not necessary on linux */ + /* let's see if name is an IP address; not necessary on Linux */ #if defined(HB_OS_WIN_32) || defined(HB_OS_OS2) ULONG ulAddr;