aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-12-01 11:06:22 +0000
committerKenichi Handa2004-12-01 11:06:22 +0000
commit29e1d29d5580d392c7db6b2e6a47abc96d0f24bd (patch)
treea2d095d6947374b6329e0f4355966c6bcabe5e20 /src
parent2d5cd4e6a8ee9e09f47f9774b5f9fa65af906e7b (diff)
downloademacs-29e1d29d5580d392c7db6b2e6a47abc96d0f24bd.tar.gz
emacs-29e1d29d5580d392c7db6b2e6a47abc96d0f24bd.zip
(encode_terminal_code): Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/w32console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c
index f30d66aeda5..a77dc792306 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -295,7 +295,7 @@ w32con_insert_glyphs (register struct glyph *start, register int len)
295} 295}
296 296
297extern unsigned char *encode_terminal_code P_ ((struct glyph *, int, 297extern unsigned char *encode_terminal_code P_ ((struct glyph *, int,
298 struct coding-system *)); 298 struct coding_system *));
299 299
300static void 300static void
301w32con_write_glyphs (register struct glyph *string, register int len) 301w32con_write_glyphs (register struct glyph *string, register int len)