Skip to content

Commit 4d842ac

Browse files
committed
CPU (Linux): fix build on PPC
1 parent b76e626 commit 4d842ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/cpu/cpu_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static const char* parseCpuInfo(
305305
#endif
306306

307307
#if __powerpc__ || __powerpc
308-
(cpuMHz->length == 0 && ffParsePropLine(line, "clock :", &cpuMHz)) || //For POWER
308+
(cpuMHz->length == 0 && ffParsePropLine(line, "clock :", cpuMHz)) || //For POWER
309309
(cpu->name.length == 0 && ffParsePropLine(line, "cpu :", &cpu->name)) || //For POWER
310310
#endif
311311

0 commit comments

Comments
 (0)