aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index cad1a8d13..9714d5a81 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -385,6 +385,7 @@ call_event_handler (void *cls,
385 break; 385 break;
386 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED: 386 case GNUNET_CONVERSATION_EC_CALL_SUSPENDED:
387 case GNUNET_CONVERSATION_EC_CALL_RESUMED: 387 case GNUNET_CONVERSATION_EC_CALL_RESUMED:
388 case GNUNET_CONVERSATION_EC_CALL_ERROR:
388 fprintf (stderr, "Unexpected call code: %d\n", code); 389 fprintf (stderr, "Unexpected call code: %d\n", code);
389 break; 390 break;
390 } 391 }