mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
[input] Fix a cut-and-paste error
Just the name of a static function, but still...
This commit is contained in:
parent
fed8f66824
commit
63c2f829b3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue