[input] Fix a cut-and-paste error

Just the name of a static function, but still...
This commit is contained in:
Bill Currie 2021-10-01 12:10:26 +09:00
parent fed8f66824
commit 63c2f829b3

View file

@ -179,7 +179,7 @@ IN_RegisterButton (in_button_t *button, const char *name,
}
static void __attribute__((constructor))
in_evdev_register_driver (void)
in_button_init (void)
{
button_tab = Hash_NewTable (127, button_get_key, button_free, 0, 0);
}