aboutsummaryrefslogtreecommitdiff
path: root/src/common/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/helper.c')
-rw-r--r--src/common/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/helper.c b/src/common/helper.c
index 5b02a9fa..e022b1cc 100644
--- a/src/common/helper.c
+++ b/src/common/helper.c
@@ -316,7 +316,7 @@ GNUNET_GTK_initialize_common_library (struct GNUNET_GE_Context *e,
316 sclock = GNUNET_mutex_create (GNUNET_YES); 316 sclock = GNUNET_mutex_create (GNUNET_YES);
317 mainThread = GNUNET_thread_get_self (); 317 mainThread = GNUNET_thread_get_self ();
318 saveCallsUp = GNUNET_YES; 318 saveCallsUp = GNUNET_YES;
319 cron = cron_create (ectx); 319 cron = GNUNET_cron_create (ectx);
320 320
321 /* load the interface */ 321 /* load the interface */
322 path = GNUNET_get_installation_path (GNUNET_IPK_DATADIR); 322 path = GNUNET_get_installation_path (GNUNET_IPK_DATADIR);