aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/stats/statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/stats/statistics.c')
-rw-r--r--src/plugins/stats/statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/stats/statistics.c b/src/plugins/stats/statistics.c
index 09eec75b..badbc303 100644
--- a/src/plugins/stats/statistics.c
+++ b/src/plugins/stats/statistics.c
@@ -398,7 +398,7 @@ void init_stats() {
398 init_functions(); 398 init_functions();
399 notebook 399 notebook
400 = glade_xml_get_widget(getMainXML(), 400 = glade_xml_get_widget(getMainXML(),
401 "downloadNotebook"); 401 "statsNotebook");
402 memset(&config, 402 memset(&config,
403 0, 403 0,
404 sizeof(ProcConfig)); 404 sizeof(ProcConfig));