mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
opt: fix format
This commit is contained in:
parent
64b83d907e
commit
5a8d666101
2 changed files with 3 additions and 3 deletions
|
|
@ -1172,7 +1172,7 @@ void parse_config_line(Config *config, const char *line) {
|
|||
} else if (strcmp(key, "scroll_method") == 0) {
|
||||
config->scroll_method = atoi(value);
|
||||
} else if (strcmp(key, "scroll_button") == 0) {
|
||||
config->scroll_button = atoi(value);
|
||||
config->scroll_button = atoi(value);
|
||||
} else if (strcmp(key, "click_method") == 0) {
|
||||
config->click_method = atoi(value);
|
||||
} else if (strcmp(key, "send_events_mode") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue