Skip to content

Commit 1d4d68f

Browse files
committed
CPU (SunOS): adds const for consistancy
1 parent 3e11672 commit 1d4d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/cpu/cpu_sunos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "util/stringUtils.h"
44
#include <kstat.h>
55

6-
static const char* detectCPUTempByKstat(FFCPUOptions* options, kstat_ctl_t* kc, FFCPUResult* cpu)
6+
static const char* detectCPUTempByKstat(const FFCPUOptions* options, kstat_ctl_t* kc, FFCPUResult* cpu)
77
{
88
const char* possibleModules[] = {"temperature", "cpu_temp", "acpi_thermal", NULL};
99

0 commit comments

Comments
 (0)