Poul lost his copy of K&R again - add a semicolon to the end of the

preceeding statement..
This commit is contained in:
jkh 1995-01-28 05:00:50 +00:00
parent a9ff763a3b
commit fe0a504c2b

View File

@ -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;
}
}