Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Feb 22, 2024
1 parent 9d9e388 commit cbb2b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -6105,7 +6105,7 @@ bool input_remapping_save_file(const char *path)
fill_pathname_join_delim(sensor_ident, s1,
sensor_strings[j], '_', sizeof(sensor_ident));
fill_pathname_join_delim(sensor_ident_flip, s1,
sensor_flip_strings[j], '_', sizeof(sensor_ident_flip));
sensor_strings_flip[j], '_', sizeof(sensor_ident_flip));
#if 0
/* Only save modified button values */
if (remap_id == j)
Expand Down

0 comments on commit cbb2b64

Please sign in to comment.