From dcd3b197e7c3dd24b8fd22ff5cacfedf2152bf56 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 26 Nov 2007 10:59:04 +0000 Subject: MFH:- Fixed bug #43365 (Several enums have trailing commas) --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index ec36ac4763..7edd0c4f0a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -48,7 +48,7 @@ enum { PHP_PCRE_INTERNAL_ERROR, PHP_PCRE_BACKTRACK_LIMIT_ERROR, PHP_PCRE_RECURSION_LIMIT_ERROR, - PHP_PCRE_BAD_UTF8_ERROR, + PHP_PCRE_BAD_UTF8_ERROR }; -- cgit v1.2.1