Moved '#endif' to correct position. (previous commit broke pc98 support)
This commit is contained in:
parent
801d4794c4
commit
192b86b837
@ -642,8 +642,8 @@ diskPartition(Device *dev)
|
|||||||
getBootMgr(d->name, &mbrContents, &mbrSize);
|
getBootMgr(d->name, &mbrContents, &mbrSize);
|
||||||
if (mbrContents != NULL)
|
if (mbrContents != NULL)
|
||||||
Set_Boot_Mgr(d, mbrContents, mbrSize);
|
Set_Boot_Mgr(d, mbrContents, mbrSize);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -642,8 +642,8 @@ diskPartition(Device *dev)
|
|||||||
getBootMgr(d->name, &mbrContents, &mbrSize);
|
getBootMgr(d->name, &mbrContents, &mbrSize);
|
||||||
if (mbrContents != NULL)
|
if (mbrContents != NULL)
|
||||||
Set_Boot_Mgr(d, mbrContents, mbrSize);
|
Set_Boot_Mgr(d, mbrContents, mbrSize);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user