diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-01-04 15:35:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-01-04 15:35:16 +0100 |
commit | a3b8a9e036d325f2a285fcfe0461267b5a8302d1 (patch) | |
tree | aea9f7aaacc9fb1ac1693101e58554ced7622c85 | |
parent | 2e503441edc98dedb6c070be6b526e4264762586 (diff) |
docs/examples/multi-app.c: fix bad desc formatting
-rw-r--r-- | docs/examples/multi-app.c | 4 |
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> |