mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compiler warning
This commit is contained in:
parent
159cd6916d
commit
0655d34070
1 changed files with 1 additions and 2 deletions
|
@ -519,8 +519,7 @@ glob0(pattern, pglob)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
compare(p, q)
|
compare(const void *p, const void *q)
|
||||||
const void *p, *q;
|
|
||||||
{
|
{
|
||||||
return(strcmp(*(char **)p, *(char **)q));
|
return(strcmp(*(char **)p, *(char **)q));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue