2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 13:58:08 +00:00

Add missing return 0 in unit test

This commit is contained in:
Romain Vimont
2019-05-29 21:58:07 +02:00
parent 073181b294
commit 6edb1294f0

View File

@@ -139,4 +139,5 @@ int main(void) {
test_serialize_long_text_event();
test_serialize_mouse_event();
test_serialize_scroll_event();
return 0;
}