aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/term/x.c')
-rw-r--r--sys/cmd/term/x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/term/x.c b/sys/cmd/term/x.c
index 129d639..74f3752 100644
--- a/sys/cmd/term/x.c
+++ b/sys/cmd/term/x.c
@@ -1590,7 +1590,7 @@ xstartdraw(void)
}
void
-xdrawline(Line line, int x1, int y1, int x2)
+xdrawline(Letter *line, int x1, int y1, int x2)
{
int i, x, ox, numspecs;
Letter base, new;