oops, fix typo

This commit is contained in:
rdb 2014-03-09 17:49:03 +00:00
parent b1e95feb3b
commit 88f1cc5347
1 changed files with 1 additions and 1 deletions

View File

@ -2028,7 +2028,7 @@ get_keyboard_map() const {
continue;
}
map->map_button(raw_button, button, name);
map->map_button(raw_button, button);
}
return map;