Moved '#endif' to correct position. (previous commit broke pc98 support)

This commit is contained in:
nyan 2001-03-15 12:33:52 +00:00
parent 801d4794c4
commit 192b86b837
2 changed files with 2 additions and 2 deletions

View File

@ -642,8 +642,8 @@ diskPartition(Device *dev)
getBootMgr(d->name, &mbrContents, &mbrSize);
if (mbrContents != NULL)
Set_Boot_Mgr(d, mbrContents, mbrSize);
}
#endif
}
}
break;

View File

@ -642,8 +642,8 @@ diskPartition(Device *dev)
getBootMgr(d->name, &mbrContents, &mbrSize);
if (mbrContents != NULL)
Set_Boot_Mgr(d, mbrContents, mbrSize);
}
#endif
}
}
break;