aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/rmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c
index 52b60aa4ab31..f80cd3b7d0bc 100644
--- a/bin/rmail/rmail.c
+++ b/bin/rmail/rmail.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: rmail.c,v 1.9 1997/02/22 14:05:31 peter Exp $
*/
#ifndef lint
@@ -101,7 +101,7 @@ main(argc, argv)
debug = 0;
domain = "UUCP"; /* Default "domain". */
- while ((ch = getopt(argc, argv, "D:T")) != EOF)
+ while ((ch = getopt(argc, argv, "D:T")) != -1)
switch (ch) {
case 'T':
debug = 1;