diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-25 18:48:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-25 18:48:12 +0000 |
commit | ecfaa4f8699ff8c17c31cafd2f429b101d2b594f (patch) | |
tree | 9b905b9ac2c32e1eb5ffcbdcbe0d06cf11ced1cd | |
parent | f36adcdb73608502e14a7a9401917925141cde3a (diff) |
Fix warning: no newline at end of file
-rw-r--r-- | lib/hostip.c | 4 |
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 + + |