tool_convert.c: fix no newline at end of file

This commit is contained in:
Yang Tse 2011-09-17 03:28:57 +02:00
parent b4b642eb45
commit a75888f1d3

View File

@ -148,4 +148,5 @@ char convert_char(curl_infotype infotype, char this_char)
return UNPRINTABLE_CHAR; return UNPRINTABLE_CHAR;
} }
#endif /* CURL_DOES_CONVERSIONS */ #endif /* CURL_DOES_CONVERSIONS */