]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode_terminal_code): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 11:06:22 +0000 (11:06 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 11:06:22 +0000 (11:06 +0000)
src/w32console.c

index f30d66aeda580f8f07be52126bdd8c4f03fc7614..a77dc79230625ddc5f917c7f2900fe13629de76e 100644 (file)
@@ -295,7 +295,7 @@ w32con_insert_glyphs (register struct glyph *start, register int len)
 }
 
 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)