Skip to content

Commit 3848383

Browse files
committed
fix prototype issue
1 parent ccb691b commit 3848383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_namespaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ zend_class_entry *zend_resolve_namespace(zend_string *name) {
107107
return ns;
108108
}
109109

110-
void zend_destroy_namespaces() {
110+
void zend_destroy_namespaces(void) {
111111
if (global_namespace == NULL) {
112112
return;
113113
}

0 commit comments

Comments
 (0)