From: Kalle Sommer Nielsen Date: Thu, 20 Nov 2008 16:06:26 +0000 (+0000) Subject: MFH: Fix typo X-Git-Tag: php-5.3.0alpha2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e61c2e8c174f1bbdb0230d91723bb2a56a4b0e11;p=php MFH: Fix typo --- diff --git a/win32/inet.c b/win32/inet.c index 02d00ca474..b794bcaeb4 100644 --- a/win32/inet.c +++ b/win32/inet.c @@ -1,5 +1,5 @@ #include "config.w32.h" -#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */ +#if (_WIN32_WINNT < 0x0600) /* Vista/2k8 have these functions */ #include "php.h" #include #include @@ -7,8 +7,7 @@ #include "inet.h" -PHPAPI int -inet_pton(int af, const char* src, void* dst) +PHPAPI int inet_pton(int af, const char* src, void* dst) { int address_length; struct sockaddr_storage sa;