aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-25 18:48:12 +0000
committerYang Tse <yangsita@gmail.com>2006-07-25 18:48:12 +0000
commitecfaa4f8699ff8c17c31cafd2f429b101d2b594f (patch)
tree9b905b9ac2c32e1eb5ffcbdcbe0d06cf11ced1cd /lib/hostip.c
parentf36adcdb73608502e14a7a9401917925141cde3a (diff)
Fix warning: no newline at end of file
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c4
1 files changed, 3 insertions, 1 deletions
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
+
+