diff src/w32console.c @ 58703:65309f66a561

(encode_terminal_code): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Wed, 01 Dec 2004 11:06:22 +0000
parents 222a7e1090c3
children a8fa7c632ee4 f2ebccfa87d4
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)