aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_intersection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_intersection.c')
-rw-r--r--src/set/gnunet-service-set_intersection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c
index 411959329..fe3ba56ea 100644
--- a/src/set/gnunet-service-set_intersection.c
+++ b/src/set/gnunet-service-set_intersection.c
@@ -1287,7 +1287,7 @@ _GSS_intersection_add (struct GNUNET_SET_ElementMessage *m, struct Set *set)
1287/** 1287/**
1288 * Destroy a set that supports the union operation 1288 * Destroy a set that supports the union operation
1289 * 1289 *
1290 * @param the set to destroy, must be of type GNUNET_SET_OPERATION_UNION 1290 * @param set the set to destroy, must be of type GNUNET_SET_OPERATION_UNION
1291 */ 1291 */
1292void 1292void
1293_GSS_union_set_destroy (struct Set *set) 1293_GSS_union_set_destroy (struct Set *set)