mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Fix bad line ending
This commit is contained in:
parent
5a0e9f80df
commit
1cbdd82608
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static inline void action_media_next(struct controller *controller, int actions$
|
|||
}
|
||||
|
||||
static inline void action_media_previous(struct controller *controller, int act$
|
||||
send_keycode(controller, AKEYCODE_MEDIA_PREVIOUS, actions, "MEDIA_PREVIOUS"$
|
||||
send_keycode(controller, AKEYCODE_MEDIA_PREVIOUS, actions, "MEDIA_PREVIOUS");
|
||||
}
|
||||
|
||||
static inline void action_voice_assist(struct controller *controller, int actio$
|
||||
|
|
Loading…
Add table
Reference in a new issue