aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-12 06:42:58 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-12 06:42:58 +0000
commit86c6b1c7bff13fa8b5ed0b1bd0473762eb1c5e2e (patch)
tree5e86f02759f6602b9e3d9062a4755b8224fb8d86
parentd1b156e17ce8b38ecf80bf509a5456a5428006e9 (diff)
downloadgnunet-gtk-86c6b1c7bff13fa8b5ed0b1bd0473762eb1c5e2e.tar.gz
gnunet-gtk-86c6b1c7bff13fa8b5ed0b1bd0473762eb1c5e2e.zip
fix
-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);