typo in non-linux code
This commit is contained in:
parent
29dae582ba
commit
75cf5582d6
@ -57,7 +57,7 @@ bool getCpuConf(CpuConf& conf)
|
|||||||
// Generic, pretend there is one
|
// Generic, pretend there is one
|
||||||
bool getCpuConf(CpuConf& cpus)
|
bool getCpuConf(CpuConf& cpus)
|
||||||
{
|
{
|
||||||
cpu.cpus = 1;
|
cpus.ncpus = 1;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user