aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 314478d81..d5bb98dc0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -243,7 +243,7 @@ int main(int argc, char *argv[])
if (options.kill)
killFromPidFile();
- initStats();
+ stats_global_init();
tag_lib_init();
log_init(options.verbose, options.stdOutput);