diff --git a/toxcore/group_chats.c b/toxcore/group_chats.c index c32b26ba..0d6d6972 100644 --- a/toxcore/group_chats.c +++ b/toxcore/group_chats.c @@ -266,7 +266,7 @@ int group_peername(Group_Chat *chat, int peernum, uint8_t *name) return -1; if (chat->group[peernum].nick_len == 0) { - memcpy(name, "NSA Agent", 10); /* Kindly remind the user that someone with no name might be a NSA agent.*/ + memcpy(name, "NSA Agent", 10); /* Kindly remind the user that someone with no name might be an NSA agent.*/ return 10; }