aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index b96ec82fc16..105d4038b1f 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -735,7 +735,7 @@ detect_coding_emacs_mule (src, src_end, multibytep)
735 c = -1; \ 735 c = -1; \
736 else \ 736 else \
737 { \ 737 { \
738 c -= 0xA0; \ 738 c -= 0x80; \
739 *p++ = c; \ 739 *p++ = c; \
740 } \ 740 } \
741 } \ 741 } \