Mercurial > emacs
changeset 58703:65309f66a561
(encode_terminal_code): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 01 Dec 2004 11:06:22 +0000 |
parents | 3c68ccdf3583 |
children | 8f29fb613b67 |
files | src/w32console.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32console.c Wed Dec 01 10:50:54 2004 +0000 +++ b/src/w32console.c Wed Dec 01 11:06:22 2004 +0000 @@ -295,7 +295,7 @@ } extern unsigned char *encode_terminal_code P_ ((struct glyph *, int, - struct coding-system *)); + struct coding_system *)); static void w32con_write_glyphs (register struct glyph *string, register int len)