From: Daniel Gustafsson Date: Thu, 5 Nov 2020 08:53:02 +0000 (+0100) Subject: examples: fix comment syntax X-Git-Tag: curl-7_74_0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afddaa6decddb6e4dd2c02b34cfbdc93659c63d2;p=thirdparty%2Fcurl.git examples: fix comment syntax Commit ac0a88fd2 accidentally added a stray character outside of the comment which broke compilation. Fix by removing. Reported-by: autobuild https://curl.se/dev/log.cgi?id=20201105084306-12742 --- diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c index afc7d65281..7d021011cf 100644 --- a/docs/examples/smtp-vrfy.c +++ b/docs/examples/smtp-vrfy.c @@ -1,4 +1,4 @@ -'/*************************************************************************** +/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | |