mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-11 14:21:49 +08:00
Fix typo in error message
This commit is contained in:
parent
a007c038ca
commit
829da1477d
@ -2140,7 +2140,7 @@ parse_keyboard(const char *optarg, enum sc_keyboard_input_mode *mode) {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGE("Unsupported keyboard: %s (expected disabled, sdk, uhid and aoa)",
|
LOGE("Unsupported keyboard: %s (expected disabled, sdk, uhid or aoa)",
|
||||||
optarg);
|
optarg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user