diff options
Diffstat (limited to 'ext/standard/syslog.c')
-rw-r--r-- | ext/standard/syslog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index 9295be3b59..3efe2b3710 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.c @@ -199,6 +199,7 @@ PHP_FUNCTION(define_syslog_variables) start_syslog(BLS_C); } } +/* }}} */ /* {{{ proto int openlog(string ident, int option, int facility) Open connection to system logger */ @@ -271,4 +272,5 @@ PHP_FUNCTION(syslog) * tab-width: 4 * c-basic-offset: 4 * End: + * vim: sw=4 ts=4 tw=78 fdm=marker */ |