aboutsummaryrefslogtreecommitdiff
path: root/src/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/st.c')
-rw-r--r--src/st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/st.c b/src/st.c
index 0014d21..0bccd10 100644
--- a/src/st.c
+++ b/src/st.c
@@ -2850,7 +2850,7 @@ tputc(Rune u)
void
tresize(int col, int row)
{
- int i;
+ int i;
int minrow = MIN(row, term.row);
int mincol = MIN(col, term.col);
int *bp;