summaryrefslogtreecommitdiff
path: root/plugins/YAMN/src/mails/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YAMN/src/mails/decode.h')
-rw-r--r--plugins/YAMN/src/mails/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/src/mails/decode.h b/plugins/YAMN/src/mails/decode.h
index 432efafb0b..9fdf0e895c 100644
--- a/plugins/YAMN/src/mails/decode.h
+++ b/plugins/YAMN/src/mails/decode.h
@@ -1,4 +1,4 @@
-#ifndef __DECODE_H
+#ifndef __DECODE_H
#define __DECODE_H
#define DOTLINE(s) ((((s)[-2]=='\r') || ((s)[-2]=='\n')) && ((s)[-1]=='.') && (((s)[0]=='\r') || ((s)[0]=='\n') || ((s)[0]=='\0'))) // be careful, it's different to ESR's pop3.c ;-)