1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 21:36:36 +02:00

Merge with master (V0.11.1)

This commit is contained in:
jfreegman
2021-06-28 20:26:46 -04:00
parent 2c51afd9ef
commit 535a8402d6
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: {