typo in non-linux code

This commit is contained in:
"Jean-Francois Dockes ext:(%22) 2013-05-29 08:33:09 +02:00
parent 29dae582ba
commit 75cf5582d6

View File

@ -57,7 +57,7 @@ bool getCpuConf(CpuConf& conf)
// Generic, pretend there is one
bool getCpuConf(CpuConf& cpus)
{
cpu.cpus = 1;
cpus.ncpus = 1;
return true;
}
#endif