[SETUPLIB][USETUP] Fix build about switch

This commit is contained in:
Katayama Hirofumi MZ 2019-08-25 12:07:31 +09:00
parent 7426a31770
commit bfea773ee5

View file

@ -5106,6 +5106,9 @@ RunUSetup(VOID)
case REBOOT_PAGE:
case RECOVERY_PAGE:
break;
default:
break;
}
}