Skip to content

Commit 64071fc

Browse files
committed
Superfluous semicolon
1 parent f3bf95e commit 64071fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Zend/zend_dtrace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data, zval *ret
112112
}
113113

114114
/* }}} */
115+
115116
#endif /* HAVE_DTRACE */
116117

ext/spl/spl_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static zval *spl_array_get_dimension_ptr(int check_inherited, zval *object, zval
277277

278278
if ((type == BP_VAR_W || type == BP_VAR_RW) && (ht->u.v.nApplyCount > 0)) {
279279
zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
280-
return &EG(error_zval);;
280+
return &EG(error_zval);
281281
}
282282

283283
try_again:

0 commit comments

Comments
 (0)