aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attribute.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-04 22:38:30 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-04 22:38:30 +0200
commit6d6b3e9d564bd665c810ef19dd0f3484b1c6b5d2 (patch)
treea3fdb0515564be5fa792780aa1a162f28c5adef4 /src/reclaim-attribute/reclaim_attribute.c
parentc3cba3c672e5a5a3b3376ac993af8296c9746aaf (diff)
downloadgnunet-6d6b3e9d564bd665c810ef19dd0f3484b1c6b5d2.tar.gz
gnunet-6d6b3e9d564bd665c810ef19dd0f3484b1c6b5d2.zip
fix warning
Diffstat (limited to 'src/reclaim-attribute/reclaim_attribute.c')
-rw-r--r--src/reclaim-attribute/reclaim_attribute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim-attribute/reclaim_attribute.c b/src/reclaim-attribute/reclaim_attribute.c
index 6e5f14ddf..b5eed8c2b 100644
--- a/src/reclaim-attribute/reclaim_attribute.c
+++ b/src/reclaim-attribute/reclaim_attribute.c
@@ -403,6 +403,7 @@ GNUNET_RECLAIM_ATTRIBUTE_list_dup (
403 * 403 *
404 * @param attrs list to destroy 404 * @param attrs list to destroy
405 */ 405 */
406void
406GNUNET_RECLAIM_ATTRIBUTE_list_destroy ( 407GNUNET_RECLAIM_ATTRIBUTE_list_destroy (
407 struct GNUNET_RECLAIM_ATTRIBUTE_ClaimList *attrs) 408 struct GNUNET_RECLAIM_ATTRIBUTE_ClaimList *attrs)
408{ 409{