Skip to content

Commit cda4387

Browse files
committed
Add missing break statement
Refs #6439 comment <#6439 (comment)>
1 parent 42632d3 commit cda4387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/com/genymobile/scrcpy/Options.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ public static Options parse(String... args) {
414414
if (!value.isEmpty()) {
415415
options.audioEncoder = value;
416416
}
417+
break;
417418
case "power_off_on_close":
418419
options.powerOffScreenOnClose = Boolean.parseBoolean(value);
419420
break;

0 commit comments

Comments
 (0)