summaryrefslogtreecommitdiff
path: root/tools/codepages.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/codepages.c')
-rw-r--r--tools/codepages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codepages.c b/tools/codepages.c
index 023a741e30..e19d39c85a 100644
--- a/tools/codepages.c
+++ b/tools/codepages.c
@@ -62,7 +62,7 @@ unsigned short iso_decode(unsigned char *latin1, int cp, int count)
62 } 62 }
63 break; 63 break;
64 64
65 case 0x03: /* Russian (CP1251) */ 65 case 0x03: /* Cyrillic (CP1251) */
66 while (count--) { 66 while (count--) {
67 /* first convert to unicode */ 67 /* first convert to unicode */
68 if (*latin1 < 0x80) 68 if (*latin1 < 0x80)