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

preceeding statement..
This commit is contained in:
Jordan K. Hubbard 1995-01-28 05:00:50 +00:00
parent c0f92921df
commit 8965b9f5e5

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