X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=851aad420ba9eca17f3ccb729b3e7d718ffd98f2;hb=7c9d772c992647fcba64a96800c146eb9f1647f8;hp=0139947e57527d76bba5353fd132c86a6c5d9f65;hpb=af12cc40e48331f8c98294239cef60393218a46d;p=collectd.git diff --git a/src/cpufreq.c b/src/cpufreq.c index 0139947e..851aad42 100644 --- a/src/cpufreq.c +++ b/src/cpufreq.c @@ -25,7 +25,7 @@ #include "common.h" #include "plugin.h" -static int num_cpu = 0; +static int num_cpu; static int cpufreq_init(void) { int status;