aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-28 11:21:55 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-28 11:21:55 +0200
commite429bb239daae8d0c241176252280caa94143312 (patch)
tree26bbbefcf6bd9a14f6f084f41a5c9e8bdd522212 /src/util/mq.c
parentb822e98f7ea722f7f0604bd9cef9aa436e7bab7d (diff)
downloadgnunet-e429bb239daae8d0c241176252280caa94143312.tar.gz
gnunet-e429bb239daae8d0c241176252280caa94143312.zip
misc social hacking with Lurchi
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 5523b261c..c7ed5330e 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -61,7 +61,7 @@ struct GNUNET_MQ_Envelope
61 GNUNET_SCHEDULER_TaskCallback sent_cb; 61 GNUNET_SCHEDULER_TaskCallback sent_cb;
62 62
63 /** 63 /**
64 * Closure for @e send_cb 64 * Closure for @e sent_cb
65 */ 65 */
66 void *sent_cls; 66 void *sent_cls;
67 67