Small code cleanups.
This commit is contained in:
parent
a5dcd6dd1f
commit
948f23c7d9
3 changed files with 4 additions and 3 deletions
|
@ -99,7 +99,7 @@ int xmrig::Controller::init()
|
|||
{
|
||||
Cpu::init();
|
||||
|
||||
d_ptr->config = xmrig::Config::load(d_ptr->process, this);
|
||||
d_ptr->config = Config::load(d_ptr->process, this);
|
||||
if (!d_ptr->config) {
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue