diff options
Diffstat (limited to 'getgov.c')
-rw-r--r-- | getgov.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |