aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/multi-app.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-01-04 15:35:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-01-04 15:35:16 +0100
commita3b8a9e036d325f2a285fcfe0461267b5a8302d1 (patch)
treeaea9f7aaacc9fb1ac1693101e58554ced7622c85 /docs/examples/multi-app.c
parent2e503441edc98dedb6c070be6b526e4264762586 (diff)
docs/examples/multi-app.c: fix bad desc formatting
Diffstat (limited to 'docs/examples/multi-app.c')
-rw-r--r--docs/examples/multi-app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c
index 065d48d92..6dcb68b56 100644
--- a/docs/examples/multi-app.c
+++ b/docs/examples/multi-app.c
@@ -21,8 +21,8 @@
***************************************************************************/
/* <DESC>
* A basic application source code using the multi interface doing two
- * transfers in parallel. */
-* </DESC>
+ * transfers in parallel.
+ * </DESC>
*/
#include <stdio.h>