diff --git a/app/tests/test_adb_parser.c b/app/tests/test_adb_parser.c index 43abfe0a..6506122f 100644 --- a/app/tests/test_adb_parser.c +++ b/app/tests/test_adb_parser.c @@ -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; }