1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:07:47 +02:00
This commit is contained in:
Jfreegman 2014-03-25 22:10:05 -04:00
parent 92c0f737ac
commit bb97f3e543

View File

@ -65,7 +65,7 @@ void callback_requ_timeout ( void *arg );
void callback_peer_timeout ( void* arg );
static void print_err (ToxWindow *self, char *error_str)
static void print_err (ToxWindow *self, uint8_t *error_str)
{
line_info_add(self, NULL, NULL, NULL, error_str, SYS_MSG, 0, 0);
}