aboutsummaryrefslogtreecommitdiff
path: root/src/tool_convert.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-17 03:28:57 +0200
committerYang Tse <yangsita@gmail.com>2011-09-17 03:28:57 +0200
commita75888f1d3ffcc026a66abd06697deed59489d48 (patch)
treeeef32ab90fee8500385152431034fc61edd28efe /src/tool_convert.c
parentb4b642eb457da09acc6afcb5bf53deb59ce59797 (diff)
tool_convert.c: fix no newline at end of file
Diffstat (limited to 'src/tool_convert.c')
-rw-r--r--src/tool_convert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_convert.c b/src/tool_convert.c
index 7aa4e1309..e72a091b6 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 */
+