From: Daniel Stenberg Date: Mon, 4 Jan 2016 14:35:16 +0000 (+0100) Subject: docs/examples/multi-app.c: fix bad desc formatting X-Git-Tag: curl-7_47_0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3b8a9e036d325f2a285fcfe0461267b5a8302d1;p=thirdparty%2Fcurl.git docs/examples/multi-app.c: fix bad desc formatting --- diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index 065d48d921..6dcb68b567 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -21,8 +21,8 @@ ***************************************************************************/ /* * A basic application source code using the multi interface doing two - * transfers in parallel. */ -* + * transfers in parallel. + * */ #include