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:
parent
07145fa527
commit
35f5665525
|
@ -260,7 +260,7 @@ bool JoypadConfigDialog::bOnConfigIdle()
|
|||
vOnInputEvent(event);
|
||||
vEmptyEventQueue();
|
||||
}
|
||||
break
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue