diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index c9050b8b0..ff38030a5 100644 --- a/src/conf.c +++ b/src/conf.c @@ -69,7 +69,7 @@ #endif #endif -char * conf_params[CONF_NUMBER_OF_PARAMS]; +static char * conf_params[CONF_NUMBER_OF_PARAMS]; void initConf() { int i; |