1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

tests: add missing return

This commit is contained in:
Ronny Chevalier 2014-06-20 00:26:12 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent f277be6768
commit 4630bbb766

View File

@ -111,4 +111,6 @@ int main(int argc, char *argv[]) {
test_fdset_put_dup();
test_fdset_cloexec();
test_fdset_close_others();
return 0;
}