diff options
Diffstat (limited to 'main/php_syslog.c')
-rw-r--r-- | main/php_syslog.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/php_syslog.c b/main/php_syslog.c index 2170ac70be..8b3aaceff7 100644 --- a/main/php_syslog.c +++ b/main/php_syslog.c @@ -108,12 +108,3 @@ PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ } /* }}} */ #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |