aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_context.c')
-rw-r--r--src/gnunet_chat_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_context.c b/src/gnunet_chat_context.c
index e2c7827..3e6ab4d 100644
--- a/src/gnunet_chat_context.c
+++ b/src/gnunet_chat_context.c
@@ -243,7 +243,7 @@ context_update_nick (struct GNUNET_CHAT_Context *context,
243 context->handle, 243 context->handle,
244 NULL, 244 NULL,
245 context, 245 context,
246 GNUNET_CHAT_FLAG_UPDATE, 246 GNUNET_CHAT_FLAG_UPDATE_CONTEXT,
247 NULL 247 NULL
248 ); 248 );
249} 249}