Correct source file corruption in last checkin

Observed by:  jkh
This commit is contained in:
Greg Lehey 1998-09-30 07:53:52 +00:00
parent cffdbf7096
commit e34129e8ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39812

View File

@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95";
#endif
static const char rcsid[] =
"$Id: newfs.c,v 1.23 1998/09/11 06:26:08 grog Exp $";
"$Id: newfs.c,v 1.24 1998/09/29 23:20:04 grog Exp $";
#endif /* not lint */
/*
@ -459,7 +459,6 @@ main(argc, argv)
fatal("null special file name");
cp--;
if (!vflag && (*cp < 'a' || *cp > 'h') && !isdigit(*cp))
((*cp < 'a' || *cp > 'h') && !isdigit(*cp))))
fatal("%s: can't figure out file system partition",
argv[0]);
#ifdef COMPAT