diff options
Diffstat (limited to 'src/w32console.c')
| -rw-r--r-- | src/w32console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 492 | ***********************************************************************/ | 492 | ***********************************************************************/ |
| 493 | 493 | ||
| 494 | void | 494 | void |
| 495 | sys_tputs (char *str, int nlines, int (*outfun)()) | 495 | sys_tputs (char *str, int nlines, int (*outfun)(int)) |
| 496 | { | 496 | { |
| 497 | } | 497 | } |
| 498 | 498 | ||