summaryrefslogtreecommitdiff
path: root/Src/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index 447f00e84..1c5d045e7 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -2263,7 +2263,6 @@ quote(char **tr)
*rptr++ = *ptr;
*rptr++ = '\'';
*rptr++ = 0;
- str[1] = NULL;
return 0;
}