Fixed a missing colon in `notyet' code.

This commit is contained in:
Bruce Evans
1996-08-31 14:22:33 +00:00
parent 274beb73fe
commit 454f40052a
+1 -1
View File
@@ -155,7 +155,7 @@ MainParseArgs(argc, argv)
optind = 1; /* since we're called more than once */
#ifdef notyet
# define OPTFLAGS "BD:I:L:PSVd:ef:ij:knqrst"
# define OPTFLAGS "BD:I:L:PSV:d:ef:ij:knqrst"
#else
# define OPTFLAGS "D:I:V:d:ef:ij:knqrst"
#endif