Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7e5ea6

Browse files
committed
fix closing condition
1 parent 3cd5ac1 commit a7e5ea6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

redis_cluster.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@
9191
} \
9292
resp_func(INTERNAL_FUNCTION_PARAM_PASSTHRU, c, ctx);
9393

94-
#endif
95-
9694
extern zend_class_entry *redis_cluster_ce;
9795
extern zend_class_entry *redis_cluster_exception_ce;
9896
extern PHP_MINIT_FUNCTION(redis_cluster);
9997
extern zend_object * create_cluster_context(zend_class_entry *class_type);
10098
extern void free_cluster_context(zend_object *object);
10199

100+
#endif

0 commit comments

Comments
 (0)