summaryrefslogtreecommitdiff
path: root/auto_tests/tox_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_test.c')
-rw-r--r--auto_tests/tox_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_tests/tox_test.c b/auto_tests/tox_test.c
index 2fbc3083..6d837661 100644
--- a/auto_tests/tox_test.c
+++ b/auto_tests/tox_test.c
@@ -84,6 +84,8 @@ int handle_custom_packet(void *object, const uint8_t *data, uint32_t len)
84 } else { 84 } else {
85 printf("Custom packet fail. %u\n",number ); 85 printf("Custom packet fail. %u\n",number );
86 } 86 }
87
88 return 0;
87} 89}
88 90
89uint8_t filenum; 91uint8_t filenum;