From: Yang Tse Date: Tue, 25 Jul 2006 18:48:12 +0000 (+0000) Subject: Fix warning: no newline at end of file X-Git-Tag: curl-7_15_5~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecfaa4f8699ff8c17c31cafd2f429b101d2b594f;p=curl Fix warning: no newline at end of file --- diff --git a/lib/hostip.c b/lib/hostip.c index b43313854..a21613061 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -622,4 +622,6 @@ Curl_addrinfo *Curl_ip2addr(in_addr_t num, const char *hostname, int port) return ai; } -#endif \ No newline at end of file +#endif + +