Skip to content

Commit de41d6b

Browse files
committed
I shall never touch anything Windows related
1 parent 892927e commit de41d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/glob.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static int match(Char *, Char *, Char *);
157157
static void qprintf(const char *, Char *);
158158
#endif
159159

160-
PHPAPI int glob(const char *pattern, int flags, (*errfunc)(const char *, int), glob_t *pglob)
160+
PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob)
161161
{
162162
const u_char *patnext;
163163
int c;
@@ -525,7 +525,7 @@ glob1(pattern, pattern_last, pglob, limitp)
525525
* of recursion for each segment in the pattern that contains one or more
526526
* meta characters.
527527
*/
528-
static int glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, pattern,
528+
static int glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, Char *pattern,
529529
Char *pattern_last, glob_t *pglob, size_t *limitp)
530530
{
531531
zend_stat_t sb = {0};

0 commit comments

Comments
 (0)