summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/clrtoeol.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/clrtoeol.c')
-rw-r--r--lib/libcurses/clrtoeol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/clrtoeol.c b/lib/libcurses/clrtoeol.c
index 44fc190..1f10c41 100644
--- a/lib/libcurses/clrtoeol.c
+++ b/lib/libcurses/clrtoeol.c
@@ -70,7 +70,7 @@ wclrtoeol(win)
}
#ifdef DEBUG
__CTRACE("CLRTOEOL: minx = %d, maxx = %d, firstch = %d, lastch = %d\n",
- minx, maxx - win->lines[y]->line, *win->lines[y]->firstchp,
+ minx, maxx - win->lines[y]->line, *win->lines[y]->firstchp,
*win->lines[y]->lastchp);
#endif
/* Update firstch and lastch for the line. */
OpenPOWER on IntegriCloud