diff options
Diffstat (limited to 'src/core/args.c')
-rw-r--r-- | src/core/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/args.c b/src/core/args.c index f7410911..99505875 100644 --- a/src/core/args.c +++ b/src/core/args.c @@ -21,7 +21,7 @@ #include "module.h" #include "args.h" -GArray *iopt_tables = NULL; +static GArray *iopt_tables = NULL; void args_register(struct poptOption *options) { |