From 61e68d70da5af5afe943f92cd94a8c96e78348d9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 1 Aug 1999 14:48:28 +0000 Subject: zsh-3.1.6 --- Src/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/glob.c') diff --git a/Src/glob.c b/Src/glob.c index cf22ef923..20ca30b2e 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -3023,7 +3023,7 @@ matchonce(Comp c) if (exclend) { exclsav = *exclend; *exclend = '\0'; - } + } if ((ret = doesmatch(c->left))) { if (exclend) *exclend = exclsav; -- cgit 1.4.1