summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/group_chats.c')
-rw-r--r--toxcore/group_chats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group_chats.c b/toxcore/group_chats.c
index fdf6e834..5831e7d4 100644
--- a/toxcore/group_chats.c
+++ b/toxcore/group_chats.c
@@ -531,7 +531,7 @@ void callback_groupmessage(Group_Chat *chat, void (*function)(Group_Chat *chat,
531Group_Chat *new_groupchat(Networking_Core *net) 531Group_Chat *new_groupchat(Networking_Core *net)
532{ 532{
533 unix_time_update(); 533 unix_time_update();
534 534
535 if (net == 0) 535 if (net == 0)
536 return 0; 536 return 0;
537 537