diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2020-11-05 09:53:02 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-11-05 09:54:12 +0100 |
commit | afddaa6decddb6e4dd2c02b34cfbdc93659c63d2 (patch) | |
tree | ba300d82781295e146a553615f856fe49ab20e91 | |
parent | 085f91036ca0170e6820c0cf4b31138a36e827bd (diff) | |
download | curl-afddaa6decddb6e4dd2c02b34cfbdc93659c63d2.tar.gz |
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
-rw-r--r-- | docs/examples/smtp-vrfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ___| | | | _ \| | * / __| | | | |_) | | |