]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
url.c: fix clang warning: no newline at end of file
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2016 08:36:49 +0000 (09:36 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2016 08:36:49 +0000 (09:36 +0100)
lib/url.c

index 277c4cced38b1120949d2d9b81af5d30777129f3..218929d534a423d90b542cf5975fc971ae1fabfb 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -6476,4 +6476,4 @@ unsigned int get_protocol_family(unsigned int protocol)
   }
 
   return family;
-}
\ No newline at end of file
+}