mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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 *);
|
zend_string *agent_name = va_arg(args, zend_string *);
|
||||||
browscap_entry **found_entry_ptr = va_arg(args, browscap_entry **);
|
browscap_entry **found_entry_ptr = va_arg(args, browscap_entry **);
|
||||||
browscap_entry *found_entry = *found_entry_ptr;
|
browscap_entry *found_entry = *found_entry_ptr;
|
||||||
ALLOCA_FLAG(use_heap);
|
ALLOCA_FLAG(use_heap)
|
||||||
zend_string *pattern_lc, *regex;
|
zend_string *pattern_lc, *regex;
|
||||||
const char *cur;
|
const char *cur;
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue