diff options
Diffstat (limited to 'win32/wsyslog.c')
-rw-r--r-- | win32/wsyslog.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/wsyslog.c b/win32/wsyslog.c index 695c7db8cd..50a34fabf0 100644 --- a/win32/wsyslog.c +++ b/win32/wsyslog.c @@ -150,11 +150,3 @@ void openlog(const char *ident, int logopt, int facility) PW32G(log_header) = malloc(header_len*sizeof(char)); sprintf_s(PW32G(log_header), header_len, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); } -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |