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 f44a0a09d40..6b105b94a9c 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4611,7 +4611,7 @@ detect_coding_system (src, src_bytes, highest)
4611 coding_mask = detect_coding_mask (src, src_bytes, NULL, &dummy); 4611 coding_mask = detect_coding_mask (src, src_bytes, NULL, &dummy);
4612 eol_type = detect_eol_type (src, src_bytes, &dummy); 4612 eol_type = detect_eol_type (src, src_bytes, &dummy);
4613 if (eol_type == CODING_EOL_INCONSISTENT) 4613 if (eol_type == CODING_EOL_INCONSISTENT)
4614 eol_type == CODING_EOL_UNDECIDED; 4614 eol_type = CODING_EOL_UNDECIDED;
4615 4615
4616 if (!coding_mask) 4616 if (!coding_mask)
4617 { 4617 {