From: ngsw Date: Thu, 22 Oct 2015 14:21:46 +0000 (+0900) Subject: Fix: fold-maker `fpm_event_pre_init()' X-Git-Tag: php-7.1.0alpha1~911^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90d1e9d1780945db21ea8d164e24625ad4fd75e9;p=php Fix: fold-maker `fpm_event_pre_init()' --- diff --git a/sapi/fpm/fpm/fpm_events.c b/sapi/fpm/fpm/fpm_events.c index ca45cb1665..2b8e8cf13a 100644 --- a/sapi/fpm/fpm/fpm_events.c +++ b/sapi/fpm/fpm/fpm_events.c @@ -291,7 +291,7 @@ int fpm_event_pre_init(char *machanism) /* {{{ */ } return -1; } -/* }} */ +/* }}} */ const char *fpm_event_machanism_name() /* {{{ */ { @@ -538,4 +538,3 @@ int fpm_event_del(struct fpm_event_s *ev) /* {{{ */ } /* }}} */ -/* }}} */