mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix extra ; causing a build error
This commit is contained in:
parent
93cba7ab47
commit
dbdb0819b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue