input: fix: unable to skip while defining the buttons.

This commit is contained in:
sorgelig
2019-04-22 02:08:15 +08:00
parent a564ce28df
commit fa5ffd101f

View File

@@ -1682,8 +1682,8 @@ static void input_cb(struct input_event *ev, struct input_absinfo *absinfo, int
mapping_button++;
key_mapped = 0;
}
return;
}
return;
}
}