projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b642e
)
tool_convert.c: fix no newline at end of file
author
Yang Tse
<yangsita@gmail.com>
Sat, 17 Sep 2011 01:28:57 +0000
(
03:28
+0200)
committer
Yang Tse
<yangsita@gmail.com>
Sat, 17 Sep 2011 01:28:57 +0000
(
03:28
+0200)
src/tool_convert.c
patch
|
blob
|
history
diff --git
a/src/tool_convert.c
b/src/tool_convert.c
index
7aa4e13
..
e72a091
100644
(file)
--- 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 */
+