1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 09:56:35 +01:00

small bug fix and formatting

This commit is contained in:
Jfreegman
2013-10-25 00:29:40 -04:00
parent b9b3487581
commit 3f7e60eaf4
3 changed files with 7 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ void cmd_accept(WINDOW *window, ToxWindow *prompt, Tox *m, int argc, char (*argv
on_friendadded(m, friendnum);
}
memset(&pending_frnd_requests[num], 0, sizeof(TOX_CLIENT_ID_SIZE));
memset(&pending_frnd_requests[num], 0, TOX_CLIENT_ID_SIZE);
int i;