summaryrefslogtreecommitdiff
path: root/docs/examples/sampleconv.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /docs/examples/sampleconv.c
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
downloadgnurl-a07bc79117971b96ebf3188c0a34a73ee0a3609b.tar.gz
gnurl-a07bc79117971b96ebf3188c0a34a73ee0a3609b.tar.bz2
gnurl-a07bc79117971b96ebf3188c0a34a73ee0a3609b.zip
removed trailing whitespace
Diffstat (limited to 'docs/examples/sampleconv.c')
-rw-r--r--docs/examples/sampleconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/sampleconv.c b/docs/examples/sampleconv.c
index 89cfb933e..8ed2b3b16 100644
--- a/docs/examples/sampleconv.c
+++ b/docs/examples/sampleconv.c
@@ -9,7 +9,7 @@
*/
/*
This is a simple example showing how a program on a non-ASCII platform
- would invoke callbacks to do its own codeset conversions instead of
+ would invoke callbacks to do its own codeset conversions instead of
using the built-in iconv functions in libcurl.
The IBM-1047 EBCDIC codeset is used for this example but the code