From: Eli Zaretskii Date: Sat, 3 Jul 2010 07:49:55 +0000 (+0300) Subject: w32console.c (sys_tputs): Adjust argument list to prototype in term.c. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae492bec164e0288fbc5ebdcbefc1d6441d077c5;p=emacs.git w32console.c (sys_tputs): Adjust argument list to prototype in term.c. --- 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)) { }