From 9dcad9bd606a8f0ba92aef1d24e8641f37742762 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 10 Feb 2014 05:39:21 +0000
Subject: [PATCH] Add missing space.

---
 src/xpdev/sockwrap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h
index 5f17ec40bb..bedfd9fc0d 100644
--- a/src/xpdev/sockwrap.h
+++ b/src/xpdev/sockwrap.h
@@ -230,7 +230,7 @@ DLLEXPORT int DLLCALL 	retry_bind(SOCKET s, const struct sockaddr *addr, socklen
 				   ,int (*lprintf)(int level, const char *fmt, ...));
 DLLEXPORT int DLLCALL		nonblocking_connect(SOCKET, struct sockaddr*, size_t, unsigned timeout /* seconds */);
 DLLEXPORT union xp_sockaddr* DLLCALL inet_ptoaddr(char *addr_str, union xp_sockaddr *addr, size_t size);
-DLLEXPORT const char* DLLCALLinet_addrtop(union xp_sockaddr *addr, char *dest, size_t size);
+DLLEXPORT const char* DLLCALL inet_addrtop(union xp_sockaddr *addr, char *dest, size_t size);
 DLLEXPORT uint16_t DLLCALL inet_addrport(union xp_sockaddr *addr);
 DLLEXPORT void DLLCALL inet_setaddrport(union xp_sockaddr *addr, uint16_t port);
 
-- 
GitLab