aboutsummaryrefslogtreecommitdiff
path: root/line.c
diff options
context:
space:
mode:
Diffstat (limited to 'line.c')
-rw-r--r--line.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/line.c b/line.c
index 02a2d8679e29..4a552319359f 100644
--- a/line.c
+++ b/line.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2019 Mark Nudelman
+ * Copyright (C) 1984-2020 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -794,7 +794,7 @@ flush_mbc_buf(pos)
*/
public int
pappend(c, pos)
- unsigned char c;
+ int c;
POSITION pos;
{
int r;
@@ -1164,7 +1164,7 @@ pdone(endline, chopped, forw)
*/
public void
set_status_col(c)
- char c;
+ int c;
{
set_linebuf(0, c, AT_NORMAL|AT_HILITE);
}