summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-03-28 02:55:14 -0400
committerJay Satiro <raysatiro@yahoo.com>2017-03-28 02:55:14 -0400
commit041ded04591dc565f15abda806ad7b77f1ddd9ef (patch)
tree092a53641003c2af572a58f60376548f8ab962ae
parent23d48c35cb67b39251d9b46b185594a61bc32256 (diff)
downloadcurl-041ded04591dc565f15abda806ad7b77f1ddd9ef.tar.gz
examples/fopen: checksrc compliance
-rw-r--r--docs/examples/fopen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fopen.c b/docs/examples/fopen.c
index 1822b3a09..95dd4ce9a 100644
--- a/docs/examples/fopen.c
+++ b/docs/examples/fopen.c
@@ -10,8 +10,8 @@
* instead of (only) local files. Local files (ie those that can be directly
* fopened) will drop back to using the underlying clib implementations
*
- * See the main() function at the bottom that shows an app that retrieves from a
- * specified url using fgets() and fread() and saves as two output files.
+ * See the main() function at the bottom that shows an app that retrieves from
+ * a specified url using fgets() and fread() and saves as two output files.
*
* Copyright (c) 2003 Simtec Electronics
*