aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 153ec952093..450433fda96 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -630,7 +630,7 @@ struct coding_system
630 if (j1 & 1) \ 630 if (j1 & 1) \
631 { \ 631 { \
632 s1 = (j1 <= 0x25 ? 0xF0 + (j1 - 0x21) / 2 \ 632 s1 = (j1 <= 0x25 ? 0xF0 + (j1 - 0x21) / 2 \
633 : j1 <= 0x27 ? 0xF3 + (j1 - 0x2D) / 2 \ 633 : j1 <= 0x2F ? 0xF3 + (j1 - 0x2D) / 2 \
634 : 0xF5 + (j1 - 0x6F) / 2); \ 634 : 0xF5 + (j1 - 0x6F) / 2); \
635 s2 = j2 + ((j2 >= 0x60) ? 0x20 : 0x1F); \ 635 s2 = j2 + ((j2 >= 0x60) ? 0x20 : 0x1F); \
636 } \ 636 } \