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 c3f4e19d615..7d5512d2e09 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -2739,7 +2739,7 @@ detect_eol_type (src, src_bytes)
2739 } 2739 }
2740 } 2740 }
2741 2741
2742 return (total ? eol_type : CODING_EOL_UNDECIDED); 2742 return eol_type;
2743} 2743}
2744 2744
2745/* Detect how end-of-line of a text of length SRC_BYTES pointed by SRC 2745/* Detect how end-of-line of a text of length SRC_BYTES pointed by SRC