diff options
Diffstat (limited to '')
-rw-r--r-- | src/Stats.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index 6cd6977ec..93795aee5 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -30,7 +30,7 @@ #include <glib.h> -struct stats stats; +static struct stats stats; void stats_global_init(void) { |