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, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c
index 1f88cad..5b6c1a5 100644
--- a/src/gnunet_chat_contact.c
+++ b/src/gnunet_chat_contact.c
@@ -71,7 +71,7 @@ contact_update_key (struct GNUNET_CHAT_Contact *contact)
71} 71}
72 72
73struct GNUNET_CHAT_Context* 73struct GNUNET_CHAT_Context*
74contact_find_context (struct GNUNET_CHAT_Contact *contact) 74contact_find_context (const struct GNUNET_CHAT_Contact *contact)
75{ 75{
76 GNUNET_assert(contact); 76 GNUNET_assert(contact);
77 77