(detect_eol_type): Fix previous change.
This commit is contained in:
parent
595b2334ee
commit
85a02ca454
1 changed files with 1 additions and 1 deletions
|
@ -2739,7 +2739,7 @@ detect_eol_type (src, src_bytes)
|
|||
}
|
||||
}
|
||||
|
||||
return (total ? eol_type : CODING_EOL_UNDECIDED);
|
||||
return eol_type;
|
||||
}
|
||||
|
||||
/* Detect how end-of-line of a text of length SRC_BYTES pointed by SRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue