getconf: Add an explicit return at the end of main
ISO C does not require that main() have an explicit return value (if the end of the main function is reached, it is as if it returned 0). However, when built as sbase-box, the main function is turned into getconf_main, which does not have the same special treatment.
This commit is contained in:
parent
4542db4e40
commit
eb74f374f2