]> git.eshelyaron.com Git - emacs.git/commitdiff
(detect_eol_type): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Wed, 6 Aug 1997 01:09:16 +0000 (01:09 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 6 Aug 1997 01:09:16 +0000 (01:09 +0000)
src/coding.c

index c3f4e19d615b090a977283b687b3c3210a4ce17d..7d5512d2e0977110698a2207c1d8129f042f7d2d 100644 (file)
@@ -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