mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
main: use bar's return value as exit value
This commit is contained in:
parent
10877d7c2e
commit
449210cc07
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -103,5 +103,5 @@ main(int argc, const char *const *argv)
|
||||||
yml_destroy(conf);
|
yml_destroy(conf);
|
||||||
|
|
||||||
close(abort_fd);
|
close(abort_fd);
|
||||||
return 0;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue