# HG changeset patch # User Eli Zaretskii # Date 1278143395 -10800 # Node ID e723dd7c9121170e4dc559a050cadc0dd982cd67 # Parent 71150397fb5968eef6a21e2faa3f1064698a27aa w32console.c (sys_tputs): Adjust argument list to prototype in term.c. diff -r 71150397fb59 -r e723dd7c9121 src/ChangeLog --- a/src/ChangeLog Sat Jul 03 09:44:17 2010 +0200 +++ b/src/ChangeLog Sat Jul 03 10:49:55 2010 +0300 @@ -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 -r 71150397fb59 -r e723dd7c9121 src/w32console.c --- a/src/w32console.c Sat Jul 03 09:44:17 2010 +0200 +++ b/src/w32console.c Sat Jul 03 10:49:55 2010 +0300 @@ -492,7 +492,7 @@ ***********************************************************************/ void -sys_tputs (char *str, int nlines, int (*outfun)()) +sys_tputs (char *str, int nlines, int (*outfun)(int)) { }