diff --git a/src/detection/cpu/cpu_linux.c b/src/detection/cpu/cpu_linux.c index 6e561c63e..8e6030bb0 100644 --- a/src/detection/cpu/cpu_linux.c +++ b/src/detection/cpu/cpu_linux.c @@ -305,7 +305,7 @@ static const char* parseCpuInfo( #endif #if __powerpc__ || __powerpc - (cpuMHz->length == 0 && ffParsePropLine(line, "clock :", &cpuMHz)) || //For POWER + (cpuMHz->length == 0 && ffParsePropLine(line, "clock :", cpuMHz)) || //For POWER (cpu->name.length == 0 && ffParsePropLine(line, "cpu :", &cpu->name)) || //For POWER #endif