aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-mime.c
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-09-05 10:05:27 +0000
committerViktor Szakats <vszakats@users.noreply.github.com>2017-09-05 10:05:27 +0000
commit25fc694a410043cf0fdb8725685e1426b3093d43 (patch)
tree07ce288edec4f1f817ba67ea904a0e4b1fb6ae76 /docs/examples/smtp-mime.c
parenteae21db920b19ed0729196165f0abf54749cf6db (diff)
examples/mime: minor example code fixes
Diffstat (limited to 'docs/examples/smtp-mime.c')
-rw-r--r--docs/examples/smtp-mime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/smtp-mime.c b/docs/examples/smtp-mime.c
index c611ac437..dcd867f68 100644
--- a/docs/examples/smtp-mime.c
+++ b/docs/examples/smtp-mime.c
@@ -43,8 +43,8 @@
static const char *headers_text[] = {
"Date: Tue, 22 Aug 2017 14:08:43 +0100",
"To: " TO,
- "From: " FROM "(Example User)",
- "Cc: " CC "(Another example User)",
+ "From: " FROM " (Example User)",
+ "Cc: " CC " (Another example User)",
"Message-ID: <dcd7cb36-11db-487a-9f3a-e652a9458efd@"
"rfcpedant.example.org>",
"Subject: example sending a MIME-formatted message",