Skip to content

Commit eb09071

Browse files
committed
Fix: PHP 8
1 parent d2a3f6b commit eb09071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/excel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ PHP_METHOD(vtiful_xls, activateSheet)
399399

400400
worksheet_activate(sheet_t);
401401

402-
RETURN_TRUE
402+
RETURN_TRUE;
403403
}
404404
/* }}} */
405405

0 commit comments

Comments
 (0)