tool_convert.c: fix no newline at end of file
authorYang Tse <yangsita@gmail.com>
Sat, 17 Sep 2011 01:28:57 +0000 (03:28 +0200)
committerYang Tse <yangsita@gmail.com>
Sat, 17 Sep 2011 01:28:57 +0000 (03:28 +0200)
src/tool_convert.c

index 7aa4e130928a3b8bbc3db9c81d0930355419d48f..e72a091b678ea1ee7f19bbf41db4741e0e2b9f13 100644 (file)
@@ -148,4 +148,5 @@ char convert_char(curl_infotype infotype, char this_char)
   return UNPRINTABLE_CHAR;
 }
 
-#endif /* CURL_DOES_CONVERSIONS */
\ No newline at end of file
+#endif /* CURL_DOES_CONVERSIONS */
+