add missing break

This commit is contained in:
dborth 2008-11-20 17:59:18 +00:00
parent 2e4206c833
commit 12472a662f

View File

@ -867,7 +867,7 @@ MainMenu (int selectedMenu)
#ifdef HW_DOL #ifdef HW_DOL
dvd_motor_off (); dvd_motor_off ();
#endif #endif
break;
case 5: case 5:
// Reset the Gamecube/Wii // Reset the Gamecube/Wii
Reboot(); Reboot();