aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-11-23 22:37:41 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-11-23 22:37:41 +0100
commit9cd405339a6f24f1e1e023abea63f57d7d3249ad (patch)
treea52ceb9f9b759e249120bc20d99181c483dacbdc
parent111fb8077ac12acee330b204100948c12c3fa8dd (diff)
downloadlibgnunetchat-9cd405339a6f24f1e1e023abea63f57d7d3249ad.tar.gz
libgnunetchat-9cd405339a6f24f1e1e023abea63f57d7d3249ad.zip
Fix compiler warning
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--src/gnunet_chat_handle_intern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_handle_intern.c b/src/gnunet_chat_handle_intern.c
index d5c2afe..b334cea 100644
--- a/src/gnunet_chat_handle_intern.c
+++ b/src/gnunet_chat_handle_intern.c
@@ -243,7 +243,7 @@ notify_handle_fs_progress(void* cls,
243void 243void
244on_handle_gnunet_identity(void *cls, 244on_handle_gnunet_identity(void *cls,
245 struct GNUNET_IDENTITY_Ego *ego, 245 struct GNUNET_IDENTITY_Ego *ego,
246 const void **ctx, 246 void **ctx,
247 const char *name) 247 const char *name)
248{ 248{
249 struct GNUNET_CHAT_Handle* handle = cls; 249 struct GNUNET_CHAT_Handle* handle = cls;