Merge pull request #1607 from hissingshark/master

Fix typo induced build error
This commit is contained in:
davediff 2019-05-16 08:57:41 -07:00 committed by GitHub
commit e44f98cf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public:
SDLKbGamepadDevice(int maple_port) : GamepadDevice(maple_port, "SDL")
{
_name = "Keyboard";
_unique_id = "sdl_keyboard;
_unique_id = "sdl_keyboard";
if (!find_mapping())
input_mapper = new KbInputMapping();
}