mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 05:48:26 +00:00
Add missing return 0 in unit test
This commit is contained in:
parent
073181b294
commit
6edb1294f0
@ -139,4 +139,5 @@ int main(void) {
|
||||
test_serialize_long_text_event();
|
||||
test_serialize_mouse_event();
|
||||
test_serialize_scroll_event();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user