From f961fc56d0a5905a019993fe1d16a2ad11a6beaf Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 15 Jun 2000 20:58:56 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/sendmail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/sendmail.scm b/v7/src/edwin/sendmail.scm index 3a2e6aa52..e403bea58 100644 --- a/v7/src/edwin/sendmail.scm +++ b/v7/src/edwin/sendmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sendmail.scm,v 1.60 2000/06/15 20:50:43 cph Exp $ +;;; $Id: sendmail.scm,v 1.61 2000/06/15 20:58:56 cph Exp $ ;;; ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology ;;; @@ -1277,7 +1277,7 @@ Commands available in this mode: (lambda (port) (let loop () (let ((line (read-line port))) - (and (not (eof-object? port)) + (and (not (eof-object? line)) (let ((line (string-trim line))) (if (or (string-null? line) (char=? (string-ref line 0) #\#)) -- 2.25.1