1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 15:56:37 +02:00

Merge with master (V0.11.1)

This commit is contained in:
jfreegman
2021-06-28 20:26:46 -04:00
parent ad238fc2fd
commit 2444b1f79a
2 changed files with 4 additions and 4 deletions

View File

@ -1142,7 +1142,7 @@ void kill_all_windows(Tox *m)
case WINDOW_TYPE_GROUPCHAT: {
exit_groupchat(w, m, w->num, user_settings->group_part_message,
strlen(user_settings->group_part_message));
break;
break;
}
default: {