1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 03:36:45 +02:00

tweaks and fixes

This commit is contained in:
Jfreegman
2013-09-09 01:08:06 -04:00
parent fde8059a4c
commit 1b5bcb4ffa
4 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ static void chat_onAction(ToxWindow *self, Tox *m, int num, uint8_t *action, uin
beep();
}
static void chat_onNickChange(ToxWindow *self, Tox *m, int num, uint8_t *nick, uint16_t len)
static void chat_onNickChange(ToxWindow *self, int num, uint8_t *nick, uint16_t len)
{
if (self->friendnum != num)
return;