From afddaa6decddb6e4dd2c02b34cfbdc93659c63d2 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 5 Nov 2020 09:53:02 +0100 Subject: 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 --- docs/examples/smtp-vrfy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c index afc7d6528..7d021011c 100644 --- a/docs/examples/smtp-vrfy.c +++ b/docs/examples/smtp-vrfy.c @@ -1,4 +1,4 @@ -'/*************************************************************************** +/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | -- cgit v1.2.1