From ecfaa4f8699ff8c17c31cafd2f429b101d2b594f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 25 Jul 2006 18:48:12 +0000 Subject: [PATCH] Fix warning: no newline at end of file --- lib/hostip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + +