aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 19:10:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 19:10:51 +0000
commitcd0ad4c559f9338eec2a152ded51d16e021eca06 (patch)
tree151c7e7b1483f4b50411e1fd30be1091cc7480bd /src/set/set_api.c
parent71c9ff44f0b1b1f6c3dc72e945644e47ab5ab921 (diff)
downloadgnunet-cd0ad4c559f9338eec2a152ded51d16e021eca06.tar.gz
gnunet-cd0ad4c559f9338eec2a152ded51d16e021eca06.zip
-indentation and comment fixes
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index 390d35e5f..ad46fe9db 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -324,7 +324,8 @@ handle_result (void *cls,
324 { 324 {
325 /* status is not #GNUNET_SET_STATUS_OK => there's no attached element, 325 /* status is not #GNUNET_SET_STATUS_OK => there's no attached element,
326 * and this is the last result message we get */ 326 * and this is the last result message we get */
327 GNUNET_MQ_assoc_remove (set->mq, ntohl (msg->request_id)); 327 GNUNET_MQ_assoc_remove (set->mq,
328 ntohl (msg->request_id));
328 GNUNET_CONTAINER_DLL_remove (set->ops_head, 329 GNUNET_CONTAINER_DLL_remove (set->ops_head,
329 set->ops_tail, 330 set->ops_tail,
330 oh); 331 oh);