missing ; after break on line 263

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@974 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
Squall-Leonhart 2011-01-10 02:12:20 +00:00
parent 07145fa527
commit 35f5665525
1 changed files with 1 additions and 1 deletions

View File

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