diff options
Diffstat (limited to 'auto_tests')
-rw-r--r-- | auto_tests/toxav_basic_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c index 1361edd3..0dc330e0 100644 --- a/auto_tests/toxav_basic_test.c +++ b/auto_tests/toxav_basic_test.c | |||
@@ -140,7 +140,7 @@ void callback_call_type_change ( void *av, int32_t call_index, void *_arg ) | |||
140 | void callback_requ_timeout ( void *av, int32_t call_index, void *_arg ) | 140 | void callback_requ_timeout ( void *av, int32_t call_index, void *_arg ) |
141 | { | 141 | { |
142 | Status *cast = _arg; | 142 | Status *cast = _arg; |
143 | printf("Call timed-out!"); | 143 | printf("Call timed-out!\n"); |
144 | cast->Alice.status = TimedOut; | 144 | cast->Alice.status = TimedOut; |
145 | } | 145 | } |
146 | 146 | ||