Skip to content

Commit

Permalink
Remove spurious space
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 3, 2020
1 parent 8308240 commit ad5f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/scrcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ scrcpy(const struct scrcpy_options *options) {
options->window_y, options->window_width,
options->window_height,
options->window_borderless,
options->rotation, options-> mipmaps)) {
options->rotation, options->mipmaps)) {
goto end;
}

Expand Down

0 comments on commit ad5f567

Please sign in to comment.