diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-10 09:36:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-10 09:36:49 +0100 |
commit | 549b1a433ae44b418ff861a06122a1c366eabd3e (patch) | |
tree | a61e235d5437d7561155403affa2f4eb379044a8 | |
parent | 77e172671998037d9d71f84b3b28a2fa1390daff (diff) |
url.c: fix clang warning: no newline at end of file
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6476,4 +6476,4 @@ unsigned int get_protocol_family(unsigned int protocol) } return family; -}
\ No newline at end of file +} |