Fix botched ANSI C coversion of globexp2()

This commit is contained in:
Todd C. Miller
2010-03-12 12:40:00 -05:00
parent 1dcebf901a
commit 93ae94f9df

View File

@@ -247,7 +247,7 @@ globexp1(const Char *pattern, glob_t *pglob)
* If it fails then it tries to glob the rest of the pattern and returns. * If it fails then it tries to glob the rest of the pattern and returns.
*/ */
static int static int
globexp2(const Char *ptr, *pattern, glob_t *pglob, int *rv) globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv)
{ {
int i; int i;
Char *lm, *ls; Char *lm, *ls;