Skip to content

Commit 33a93b5

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: missing ;
2 parents 6ccbaa1 + ef3e0ee commit 33a93b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/events/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static int fpm_event_port_clean() /* {{{ */
112112
*/
113113
static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */
114114
{
115-
int ret
115+
int ret;
116116
unsigned int i, nget;
117117
timespec_t t;
118118

0 commit comments

Comments
 (0)