DISK: Fix Compiler warning

This commit is contained in:
Mark Pizzolato 2020-10-13 05:23:02 -07:00
parent 187ee83f07
commit 52fbdcd1f0

View file

@ -1912,7 +1912,7 @@ saved_capac = uptr->capac;
uptr->capac = temp_capac; uptr->capac = temp_capac;
for (part = 0; part < RT11_MAXPARTITIONS; part++) { for (part = 0; part < RT11_MAXPARTITIONS; part++) {
uint16 seg_highest; uint16 seg_highest = 0;
int type; int type;
base = part << 16; base = part << 16;