aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-13 14:55:45 +0200
committerChristian Grothoff <christian@grothoff.org>2016-07-13 14:55:45 +0200
commit132fe0d4dfaf027d67d9c4476d54b50140c2297a (patch)
treee3e82300a7989cb6de0e3532f39a21cdccde7816 /test_crypto.c
parentaf96cb7e569043d8e06ff62e44c409b97ee646fc (diff)
schedu
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test_crypto.c b/test_crypto.c
index a96be12..b29119c 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -374,7 +374,9 @@ ending (void *arg)
static void
world (void *arg)
{
- static int c++;
+ static int c;
+
+ c++;
printf ("World!\n");
wt = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
&world,