mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update nTox_win32.c
Mispelled function name
This commit is contained in:
parent
249f552e67
commit
54bacf49c9
|
@ -416,7 +416,7 @@ int main(int argc, char *argv[])
|
|||
m_callback_friendrequest(print_request);
|
||||
m_callback_friendmessage(print_message);
|
||||
m_callback_namechange(print_nickchange);
|
||||
m_callback_statusmessae(print_statuschange);
|
||||
m_callback_statusmessage(print_statuschange);
|
||||
char idstring1[PUB_KEY_BYTES][5];
|
||||
char idstring2[PUB_KEY_BYTES][5];
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue
Block a user