diff options
Diffstat (limited to 'win32/sendmail.h')
-rw-r--r-- | win32/sendmail.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/sendmail.h b/win32/sendmail.h index 47c89231cb..bb502cb7dd 100644 --- a/win32/sendmail.h +++ b/win32/sendmail.h @@ -47,12 +47,3 @@ static int Ack(char **server_response); static unsigned long GetAddr(LPSTR szHost); static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString); #endif /* sendmail_h */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |