This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / lib / libcurses / clrtoeol.c
index 472652e..6af2bfc 100644 (file)
@@ -44,9 +44,9 @@ static char sccsid[] = "@(#)clrtoeol.c        5.4 (Berkeley) 6/1/90";
 wclrtoeol(win)
 reg WINDOW     *win; {
 
 wclrtoeol(win)
 reg WINDOW     *win; {
 
-       reg char        *sp, *end;
+       reg chtype      *sp, *end;
        reg int         y, x;
        reg int         y, x;
-       reg char        *maxx;
+       reg chtype      *maxx;
        reg int         minx;
 
        y = win->_cury;
        reg int         minx;
 
        y = win->_cury;