diff options
Diffstat (limited to 'usr.bin/window/wwinschar.c')
| -rw-r--r-- | usr.bin/window/wwinschar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index 8b32fc918949..9c8a2c6527b1 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)wwinschar.c 3.20 (Berkeley) 6/6/90"; wwinschar(w, row, col, c, m) register struct ww *w; -char c, m; +unsigned char c, m; { register i; int nvis; |
