From: Yang Tse Date: Sat, 17 Sep 2011 01:28:57 +0000 (+0200) Subject: tool_convert.c: fix no newline at end of file X-Git-Tag: curl-7_23_0~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75888f1d3ffcc026a66abd06697deed59489d48;p=thirdparty%2Fcurl.git tool_convert.c: fix no newline at end of file --- diff --git a/src/tool_convert.c b/src/tool_convert.c index 7aa4e13092..e72a091b67 100644 --- a/src/tool_convert.c +++ b/src/tool_convert.c @@ -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 */ +