summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwclreol.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/wwclreol.c')
-rw-r--r--usr.bin/window/wwclreol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c
index d827f67..5f3f64a 100644
--- a/usr.bin/window/wwclreol.c
+++ b/usr.bin/window/wwclreol.c
@@ -58,7 +58,7 @@ char cleared;
{
register union ww_char *buf;
- buf = &w->ww_buf[row][col];
+ buf = &w->ww_buf[row][col];
for (i = w->ww_b.r - col; --i >= 0;)
buf++->c_w = ' ';
}
OpenPOWER on IntegriCloud