]> granicus.if.org Git - php/commitdiff
Fix: fold-maker `fpm_event_pre_init()'
authorngsw <ngsw@ngsw.jp>
Thu, 22 Oct 2015 14:21:46 +0000 (23:21 +0900)
committerngsw <ngsw@ngsw.jp>
Thu, 22 Oct 2015 14:21:46 +0000 (23:21 +0900)
sapi/fpm/fpm/fpm_events.c

index ca45cb1665b5677934810a72001749fd47aa6f94..2b8e8cf13ad35c24ef8ecbb6b5bfa38fc3256f4d 100644 (file)
@@ -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) /* {{{ */
 }
 /* }}} */
 
-/* }}} */