From 07936960dfa527dfa99cb518217218948d552955 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 10 Jun 2014 18:35:55 -0400 Subject: Astyle and fixes. --- auto_tests/toxav_many_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_tests/toxav_many_test.c') diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c index b7f6a0fc..2a931cb0 100644 --- a/auto_tests/toxav_many_test.c +++ b/auto_tests/toxav_many_test.c @@ -52,7 +52,7 @@ typedef struct _Status { ACall calls[3]; /* Make 3 calls for this test */ } Status; -void accept_friend_request(Tox *m, uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata) +void accept_friend_request(Tox *m, const uint8_t *public_key, const uint8_t *data, uint16_t length, void *userdata) { if (length == 7 && memcmp("gentoo", data, 7) == 0) { tox_add_friend_norequest(m, public_key); -- cgit v1.2.3