summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 86d569717b..625a4c59be 100644
--- a/st.c
+++ b/st.c
@@ -112,7 +112,7 @@ static int
new_size(size)
int size;
{
- int i, newsize;
+ int i;
#if 1
for (i=3; i<31; i++) {