mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:37:16 +03:00
docs/examples/multi-app.c: fix bad desc formatting
This commit is contained in:
parent
2e503441ed
commit
a3b8a9e036
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue