From 90ab959d752256c257e6cd175d10ebf64ae59e0d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 7 Jul 2009 12:44:10 +0000 Subject: [PATCH] *** empty log message *** --- src/character.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/character.h b/src/character.h index def2a96ff1f..12deb88beef 100644 --- a/src/character.h +++ b/src/character.h @@ -88,7 +88,7 @@ extern int unibyte_to_multibyte_table[256]; ((c) < 256 ? unibyte_to_multibyte_table[(c)] : (c)) /* Decoding table for 8-bit byte codes of the charset charset_unibyte. - Nth element is for the code (N-0x80). */ + Nth element is for the code (N+0x80). */ extern int charset_unibyte_decoder[128]; /* Return a character correspoinding to the code BYTE of -- 2.39.2