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 2a1fc1309f1..8c54f86e531 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -3043,7 +3043,7 @@ encode_coding_sjis_big5 (coding, source, destination,
3043 switch (c) 3043 switch (c)
3044 { 3044 {
3045 case '\r': 3045 case '\r':
3046 if (!coding->mode & CODING_MODE_SELECTIVE_DISPLAY) 3046 if (!(coding->mode & CODING_MODE_SELECTIVE_DISPLAY))
3047 { 3047 {
3048 EMIT_ONE_BYTE (c); 3048 EMIT_ONE_BYTE (c);
3049 break; 3049 break;