mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 20:15:05 +00:00
Add missing return 0 in tests
This commit is contained in:
parent
768e0f710e
commit
ae08d90cec
1 changed files with 2 additions and 0 deletions
|
@ -262,4 +262,6 @@ int main(int argc, char *argv[]) {
|
|||
test_get_ip_no_wlan();
|
||||
test_get_ip_no_wlan_without_eol();
|
||||
test_get_ip_truncated();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue