diff options
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r-- | src/LYMainLoop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c index 38440fda..95e16bdd 100644 --- a/src/LYMainLoop.c +++ b/src/LYMainLoop.c @@ -1,3 +1,4 @@ +/* $LynxId: LYMainLoop.c,v 1.146 2007/05/13 16:16:30 tom Exp $ */ #include <HTUtils.h> #include <HTAccess.h> #include <HTParse.h> @@ -6991,7 +6992,7 @@ int mainloop(void) #endif #ifdef KANJI_CODE_OVERRIDE - case LYK_CHG_KCODE: /* ^L */ + case LYK_CHG_KCODE: if (LYRawMode && (HTCJK == JAPANESE)) { switch (last_kcode) { case NOKANJI: |