From 93b76533735fc1d9fd666787acd65db8507d9119 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Sep 2015 18:01:53 +1200 Subject: Enforced staticness --- getgov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getgov.c') diff --git a/getgov.c b/getgov.c index 68732a8..e86f7fd 100644 --- a/getgov.c +++ b/getgov.c @@ -19,8 +19,8 @@ #include "paramano.h" /* [CORE][GOVERNOR NUMBER] */ -char governors[999][50][13]; -int total_governors; +static char governors[999][50][13]; +static int total_governors; /*********************************************************************** * Grab all available governors -- cgit v1.1