missing ; after break on line 263
This commit is contained in:
parent
60f7dad351
commit
6ae6c005d5
|
@ -260,7 +260,7 @@ bool JoypadConfigDialog::bOnConfigIdle()
|
||||||
vOnInputEvent(event);
|
vOnInputEvent(event);
|
||||||
vEmptyEventQueue();
|
vEmptyEventQueue();
|
||||||
}
|
}
|
||||||
break
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue