commit 9cd405339a6f24f1e1e023abea63f57d7d3249ad
parent 111fb8077ac12acee330b204100948c12c3fa8dd
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Thu, 23 Nov 2023 22:37:41 +0100
Fix compiler warning
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gnunet_chat_handle_intern.c b/src/gnunet_chat_handle_intern.c
@@ -243,7 +243,7 @@ notify_handle_fs_progress(void* cls,
void
on_handle_gnunet_identity(void *cls,
struct GNUNET_IDENTITY_Ego *ego,
- const void **ctx,
+ void **ctx,
const char *name)
{
struct GNUNET_CHAT_Handle* handle = cls;