diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/compresult.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 14fa3adca..a325b7be3 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1520,7 +1520,7 @@ calclist(int showall) } if (!onlyexpl) { char **pp; - int *ws, tlines, tline, tcols, maxlen, nth, width, glines; + int *ws, tlines, tcols, width, glines; for (g = amatches; g; g = g->next) { add = 2 + !!(g->flags & CGF_FILES); |