Poul lost his copy of K&R again - add a semicolon to the end of the
preceeding statement..
This commit is contained in:
parent
a9ff763a3b
commit
fe0a504c2b
@ -354,7 +354,7 @@ Press any key to return to FDISK editor...
|
||||
grumble = 0;
|
||||
for(i=0;i<NDOSPART;i++) {
|
||||
if(dp[i].dp_start == 0 && dp[i].dp_typ== MBR_PTYPE_FreeBSD) {
|
||||
grumble = "Boot manager not needed."
|
||||
grumble = "Boot manager not needed.";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user