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 2d5618649d1..26d47da9317 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -731,7 +731,7 @@ detect_coding_emacs_mule (src, src_end, multibytep)
731 c = -1; \ 731 c = -1; \
732 else \ 732 else \
733 { \ 733 { \
734 c -= 0xA0; \ 734 c -= 0x80; \
735 *p++ = c; \ 735 *p++ = c; \
736 } \ 736 } \
737 } \ 737 } \