1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 23:56:36 +01:00

a couple bug fixes

This commit is contained in:
Jfreegman
2013-11-27 01:54:22 -05:00
parent 5ad4bca7a9
commit eab41ccd3d
4 changed files with 11 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ void cmd_groupinvite(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*a
void cmd_join_group(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
{
if (num_groupchats >= MAX_GROUPCHAT_NUM) {
wprintw(window, "\nMaximum number of group chats has been reached.\n");
wprintw(window, "Maximum number of group chats has been reached.\n");
return;
}