aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_contact.c')
-rw-r--r--src/gnunet_chat_contact.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c
index a172c8e..c023258 100644
--- a/src/gnunet_chat_contact.c
+++ b/src/gnunet_chat_contact.c
@@ -37,6 +37,8 @@ contact_create_from_member (struct GNUNET_CHAT_Handle *handle,
37 37
38 contact->member = member; 38 contact->member = member;
39 39
40 contact->user_pointer = NULL;
41
40 return contact; 42 return contact;
41} 43}
42 44