summaryrefslogtreecommitdiff
path: root/auto_tests/save_friend_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/save_friend_test.c')
-rw-r--r--auto_tests/save_friend_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/save_friend_test.c b/auto_tests/save_friend_test.c
index 07753127..210dd2bf 100644
--- a/auto_tests/save_friend_test.c
+++ b/auto_tests/save_friend_test.c
@@ -22,7 +22,7 @@ struct test_data {
22 bool received_status_message; 22 bool received_status_message;
23}; 23};
24 24
25static void set_random(Tox *m, bool (*setter)(Tox *, const uint8_t *, size_t, TOX_ERR_SET_INFO *), size_t length) 25static void set_random(Tox *m, bool (*setter)(Tox *, const uint8_t *, size_t, Tox_Err_Set_Info *), size_t length)
26{ 26{
27 VLA(uint8_t, text, length); 27 VLA(uint8_t, text, length);
28 uint32_t i; 28 uint32_t i;