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
dvd_motor_off ();
#endif
break;
case 5:
// Reset the Gamecube/Wii
Reboot();