[vlc-commits] [Git][videolan/vlc][master] test: clock: add missing return value from main

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Feb 3 10:56:10 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
4f05da4f by Thomas Guillem at 2024-02-03T10:33:21+00:00
test: clock: add missing return value from main

Refs #28508

- - - - -


1 changed file:

- test/src/clock/clock.c


Changes:

=====================================
test/src/clock/clock.c
=====================================
@@ -796,4 +796,6 @@ int main(int argc, const char *argv[])
 {
     test_init();
     run_scenarios(argc, argv, clock_scenarios, ARRAY_SIZE(clock_scenarios));
+
+    return EXIT_SUCCESS;
 }



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4f05da4f791b7e81429dfb71da1989b723854e60

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4f05da4f791b7e81429dfb71da1989b723854e60
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list