[+] Obvious build error on Linux

This commit is contained in:
Reece Wilson 2021-09-21 02:53:24 +01:00
parent bf892c8e01
commit fbf39d9d17

View File

@ -106,7 +106,7 @@ namespace Aurora::HWInfo
return {};
}
return RamStat {info.totalram - info.freeram, info.totalram}
return RamStat {info.totalram - info.freeram, info.totalram};
#else