]> granicus.if.org Git - php/commitdiff
Fix typo
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 20 Nov 2008 16:05:59 +0000 (16:05 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 20 Nov 2008 16:05:59 +0000 (16:05 +0000)
win32/inet.c

index 02d00ca4749138ebbdb3d8bace7bdf5e2d3f4154..b794bcaeb45d23fdeae2bf711567942a3c24c784 100644 (file)
@@ -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 <winsock2.h>
 #include <windows.h>
@@ -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;