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)) { }