missing ; after break on line 263

This commit is contained in:
Squall-Leonhart 2011-01-10 02:12:20 +00:00
parent 60f7dad351
commit 6ae6c005d5
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ bool JoypadConfigDialog::bOnConfigIdle()
vOnInputEvent(event);
vEmptyEventQueue();
}
break
break;
}
}