mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
IPHONE: Remove superflous semicolon.
This commit is contained in:
parent
a28280384d
commit
4bc07f63f2
@ -39,7 +39,7 @@
|
||||
|
||||
@implementation TextInputHandler
|
||||
|
||||
- (id)initWithKeyboard:(SoftKeyboard *)keyboard; {
|
||||
- (id)initWithKeyboard:(SoftKeyboard *)keyboard {
|
||||
self = [super initWithFrame:CGRectMake(0.0f, 0.0f, 0.0f, 0.0f)];
|
||||
softKeyboard = keyboard;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user