Fix whitespace error in previous commit.
Approved by: RE@ (Robert Watson)
This commit is contained in:
parent
0cfbbe3bde
commit
96982f9bfd
@ -457,7 +457,7 @@ mkfs(struct partition *pp, char *fsys)
|
||||
}
|
||||
if (Eflag == 2)
|
||||
printf("** Leaving BAD MAGIC on Eflag 2\n");
|
||||
else if( Oflag != 1 )
|
||||
else if (Oflag != 1)
|
||||
sblock.fs_magic = FS_UFS2_MAGIC;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user