summaryrefslogtreecommitdiff
path: root/Src/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index da6dfaa30..5b32748b5 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -980,7 +980,7 @@ should_ignore_line(Eprog prog)
zsfree(t);
return 1;
}
- } while (isalpha(*b));
+ } while (ialpha(*b));
}
zsfree(t);
}