From ae492bec164e0288fbc5ebdcbefc1d6441d077c5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jul 2010 10:49:55 +0300 Subject: [PATCH] w32console.c (sys_tputs): Adjust argument list to prototype in term.c. --- src/ChangeLog | 5 +++++ src/w32console.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 157b91f476e..68e3d7aae4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-07-03 Eli Zaretskii + + * w32console.c (sys_tputs): Adjust argument list to prototype in + term.c. + 2010-07-03 Juanma Barranquero * lisp.h (memory_warnings): Fix prototype. diff --git a/src/w32console.c b/src/w32console.c index 34715ccfd52..83c7430f6dc 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -492,7 +492,7 @@ w32con_set_terminal_window (struct frame *f, int size) ***********************************************************************/ void -sys_tputs (char *str, int nlines, int (*outfun)()) +sys_tputs (char *str, int nlines, int (*outfun)(int)) { } -- 2.39.2