changeset 19181:917138730635

(detect_eol_type): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Wed, 06 Aug 1997 01:09:16 +0000
parents 5de82ccd80eb
children b6c43ddadadc
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Tue Aug 05 22:39:04 1997 +0000
+++ b/src/coding.c	Wed Aug 06 01:09:16 1997 +0000
@@ -2739,7 +2739,7 @@
 	}
     }
 
-  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