From 93b76533735fc1d9fd666787acd65db8507d9119 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Sep 2015 18:01:53 +1200 Subject: Enforced staticness --- getcore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'getcore.c') diff --git a/getcore.c b/getcore.c index 2624c34..4c7bd32 100644 --- a/getcore.c +++ b/getcore.c @@ -18,8 +18,7 @@ #include "paramano.h" -unsigned int cores; - +static unsigned int cores; /*********************************************************************** * Return true/false if specified core num exists -- cgit v1.1