Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jul 15, 2023
1 parent 947249a commit 3f84724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3f84724

Please sign in to comment.