diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c index 103f7ac45..cc1db0937 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -2706,7 +2706,7 @@ igetmatch(char **sp, Patprog p, int fl, int n, char *replstr, /**/ static int igetmatch(char **sp, Patprog p, int fl, int n, char *replstr, - LinkList *replistp) + LinkList *repllistp) { char *s = *sp, *t; /* |