com php-src: Fix extra ; causing a build error: ext/standard/browscap.c

[email protected] (Kalle Sommer Nielsen)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    dbdb0819b24997ca70fe5609489a6bf828f1feba
Author:    Kalle Sommer Nielsen <[email protected]>         Wed, 22 Feb 2017 12:09:59 +0100
Parents:   93cba7ab476256fdb41192818772a00d84c8dfa7
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=dbdb0819b24997ca70fe5609489a6bf828f1feba

Log:
Fix extra ; causing a build error

Changed paths:
  M  ext/standard/browscap.c


Diff:
diff --git a/ext/standard/browscap.c b/ext/standard/browscap.c
index 653f8bd..590af97 100644
--- a/ext/standard/browscap.c
+++ b/ext/standard/browscap.c
@@ -551,7 +551,7 @@ static int browser_reg_compare(
 	zend_string *agent_name = va_arg(args, zend_string *);
 	browscap_entry **found_entry_ptr = va_arg(args, browscap_entry **);
 	browscap_entry *found_entry = *found_entry_ptr;
-	ALLOCA_FLAG(use_heap);
+	ALLOCA_FLAG(use_heap)
 	zend_string *pattern_lc, *regex;
 	const char *cur;
 	int i;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.