summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuguangzhao <liuguangzhao@users.sf.net>2014-06-16 21:38:22 +0000
committerliuguangzhao <liuguangzhao@users.sf.net>2014-06-16 21:38:22 +0000
commitf09171b9011082e9d4f4af41b0acf1ae89c58e4b (patch)
treea6c2b51e25a500f820ea0f4733f1ff8f24225e7d
parent881b2d900d1998981fb6b9938ec66012d049635f (diff)
fix func proto
-rw-r--r--toxcore/assoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/assoc.c b/toxcore/assoc.c
index 3cadf35a..5ea67965 100644
--- a/toxcore/assoc.c
+++ b/toxcore/assoc.c
@@ -981,7 +981,7 @@ static char *idpart2str(uint8_t *id, size_t len)
981 return buffer; 981 return buffer;
982} 982}
983 983
984void Assoc_status(Assoc *assoc) 984void Assoc_status(const Assoc *assoc)
985{ 985{
986 if (!assoc) { 986 if (!assoc) {
987 LOGGER_INFO("Assoc status: no assoc"); 987 LOGGER_INFO("Assoc status: no assoc");