Skip to content

Commit 94672b7

Browse files
committed
cs
1 parent 1df81d6 commit 94672b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ void *__emalloc__(size_t size) { return emalloc(size); }
1919
void __zend_hash_init__(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor,
2020
bool persistent) {
2121
zend_hash_init(ht, nSize, null, pDestructor, persistent);
22-
}
22+
}

0 commit comments

Comments
 (0)