Merge branch 'ntox' of https://github.com/kitech/toxcore into kitech-ntox

This commit is contained in:
irungentoo 2014-06-16 20:13:22 -04:00
commit f547ebee64
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -981,7 +981,7 @@ static char *idpart2str(uint8_t *id, size_t len)
return buffer; return buffer;
} }
void Assoc_status(Assoc *assoc) void Assoc_status(const Assoc *assoc)
{ {
if (!assoc) { if (!assoc) {
LOGGER_INFO("Assoc status: no assoc"); LOGGER_INFO("Assoc status: no assoc");