mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Return EXIT_SUCCESS instead of 0 in main()
This commit is contained in:
parent
e3da73ebf8
commit
e2a795fd84
@ -624,7 +624,7 @@ int main(int argc, char *argv[])
|
|||||||
/// 5. Now that settings and translations are available, ask user for data directory
|
/// 5. Now that settings and translations are available, ask user for data directory
|
||||||
// User language is set up: pick a data directory
|
// User language is set up: pick a data directory
|
||||||
if (!Intro::pickDataDirectory())
|
if (!Intro::pickDataDirectory())
|
||||||
return 0;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
/// 6. Determine availability of data directory and parse dash.conf
|
/// 6. Determine availability of data directory and parse dash.conf
|
||||||
/// - Do not call GetDataDir(true) before this step finishes
|
/// - Do not call GetDataDir(true) before this step finishes
|
||||||
|
Loading…
Reference in New Issue
Block a user