aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/hist.c')
-rw-r--r--src/cmd/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/hist.c b/src/cmd/hist.c
index 18e66909..6fa0da9f 100644
--- a/src/cmd/hist.c
+++ b/src/cmd/hist.c
@@ -73,7 +73,7 @@ void
ysearch(char *file)
{
char *ndump;
- char fil[400], buf[500], nbuf[100], pair[2][500], *p;
+ char fil[400], buf[500], nbuf[100], pair[2][500];
Tm *tm;
Dir *dir, *d;
ulong otime, dt;