Skip to content

Commit 0ee6525

Browse files
author
Andi Gutmans
committed
- Forgot to close comment.
1 parent 9760fdc commit 0ee6525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ ZEND_API void zend_error(int type, const char *format, ...);
428428

429429
void zenderror(char *error);
430430

431-
/* The following #define is used for code duality in PHP for Engine 1 & 2
431+
/* The following #define is used for code duality in PHP for Engine 1 & 2 */
432432
#define ZEND_STANDARD_CLASS_DEF_PTR zend_standard_class_def
433433
extern ZEND_API zend_class_entry *zend_standard_class_def;
434434
extern zend_utility_values zend_uv;

0 commit comments

Comments
 (0)