diff --git a/src/util/SystemInfo/SystemInfoLinux.cpp b/src/util/SystemInfo/SystemInfoLinux.cpp index a6bbab5c..f13868bf 100644 --- a/src/util/SystemInfo/SystemInfoLinux.cpp +++ b/src/util/SystemInfo/SystemInfoLinux.cpp @@ -58,7 +58,7 @@ void QueryCoreTimes(uint32 count, ProcessorTime out[]) } else { - for (auto i = 0; i < count; ++i) out[i] = { } + for (auto i = 0; i < count; ++i) out[i] = { }; } }