Skip to content

Commit 0655d34

Browse files
committed
Fixed compiler warning
1 parent 159cd69 commit 0655d34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

win32/glob.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,7 @@ glob0(pattern, pglob)
519519
}
520520

521521
static int
522-
compare(p, q)
523-
const void *p, *q;
522+
compare(const void *p, const void *q)
524523
{
525524
return(strcmp(*(char **)p, *(char **)q));
526525
}

0 commit comments

Comments
 (0)