Skip to content

Commit 8b8c8fd

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: missing ;
2 parents 3318dcc + 33a93b5 commit 8b8c8fd

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)