mirror of https://github.com/Genymobile/scrcpy
Remove spurious space
This commit is contained in:
parent
83082406d3
commit
ad5f567f07
|
@ -422,7 +422,7 @@ scrcpy(const struct scrcpy_options *options) {
|
||||||
options->window_y, options->window_width,
|
options->window_y, options->window_width,
|
||||||
options->window_height,
|
options->window_height,
|
||||||
options->window_borderless,
|
options->window_borderless,
|
||||||
options->rotation, options-> mipmaps)) {
|
options->rotation, options->mipmaps)) {
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue