2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 13:58:08 +00:00

Merge pull request #225 from npes87184/master

remove redundant semicolon
This commit is contained in:
Romain Vimont
2018-08-12 14:56:13 +02:00
committed by GitHub

View File

@@ -265,7 +265,7 @@ void input_manager_process_mouse_button(struct input_manager *input_manager,
} }
// otherwise, send the click event to the device // otherwise, send the click event to the device
} }
}; }
struct control_event control_event; struct control_event control_event;
if (mouse_button_from_sdl_to_android(event, input_manager->screen->frame_size, &control_event)) { if (mouse_button_from_sdl_to_android(event, input_manager->screen->frame_size, &control_event)) {
if (!controller_push_event(input_manager->controller, &control_event)) { if (!controller_push_event(input_manager->controller, &control_event)) {