=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/colrm/colrm.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/colrm/colrm.c 1996/06/26 05:32:14 1.2 +++ src/usr.bin/colrm/colrm.c 1997/01/15 23:42:21 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: colrm.c,v 1.2 1996/06/26 05:32:14 deraadt Exp $ */ +/* $OpenBSD: colrm.c,v 1.3 1997/01/15 23:42:21 millert Exp $ */ /* $NetBSD: colrm.c,v 1.4 1995/09/02 05:51:37 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; #endif -static char rcsid[] = "$OpenBSD: colrm.c,v 1.2 1996/06/26 05:32:14 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: colrm.c,v 1.3 1997/01/15 23:42:21 millert Exp $"; #endif /* not lint */ #include @@ -71,7 +71,7 @@ register int ch; char *p; - while ((ch = getopt(argc, argv, "")) != EOF) + while ((ch = getopt(argc, argv, "")) != -1) switch(ch) { case '?': default: