summaryrefslogtreecommitdiffstats
path: root/src/smtp_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtp_proto.h')
-rw-r--r--src/smtp_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtp_proto.h b/src/smtp_proto.h
index e850e4a5d..f451f3abf 100644
--- a/src/smtp_proto.h
+++ b/src/smtp_proto.h
@@ -15,7 +15,7 @@
#define SMTP_ERROR_OK "250 Requested mail action okay, completed" CRLF
#define SMTP_ERROR_DATA_OK "354 Start mail input; end with <CRLF>.<CRLF>" CRLF
-#define DATA_END_TRAILER CRLF "." CRLF
+#define DATA_END_TRAILER "." CRLF
struct smtp_command {