From 389807c6a39741ec70994c55738001ffd7eb2146 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sun, 17 Jan 2016 12:25:41 -0500 Subject: [PATCH] fix alignment in arpa/inet.h --- libctru/include/arpa/inet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libctru/include/arpa/inet.h b/libctru/include/arpa/inet.h index 197877b..1052c6b 100644 --- a/libctru/include/arpa/inet.h +++ b/libctru/include/arpa/inet.h @@ -27,9 +27,9 @@ static inline uint16_t ntohs(uint16_t netshort) extern "C" { #endif - in_addr_t inet_addr(const char *cp); - int inet_aton(const char *cp, struct in_addr *inp); - char* inet_ntoa(struct in_addr in); + in_addr_t inet_addr(const char *cp); + int inet_aton(const char *cp, struct in_addr *inp); + char* inet_ntoa(struct in_addr in); #ifdef __cplusplus }