Fix typo
This commit is contained in:
parent
947249ac25
commit
3f84724106
|
@ -1567,7 +1567,7 @@ struct string_list *string_list_new_special(enum string_list_type type,
|
|||
for (i = 0; hid_drivers[i]; i++)
|
||||
{
|
||||
const char *opt = hid_drivers[i]->ident;
|
||||
*len += STLREN_CONST(hid_drivers[i]->ident) + 1;
|
||||
*len += STRLEN_CONST(hid_drivers[i]->ident) + 1;
|
||||
|
||||
/* Don't allow the user to set input HID driver to "null" using the UI.
|
||||
* Can prevent the user from locking him/herself out of the program. */
|
||||
|
|
Loading…
Reference in New Issue