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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index fd9327805..0bf173d2b 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -317,7 +317,9 @@ caller_event_handler (void *cls,
317 { 317 {
318 case GNUNET_CONVERSATION_EC_CALLER_SUSPEND: 318 case GNUNET_CONVERSATION_EC_CALLER_SUSPEND:
319 case GNUNET_CONVERSATION_EC_CALLER_RESUME: 319 case GNUNET_CONVERSATION_EC_CALLER_RESUME:
320 fprintf (stderr, "Unexpected caller code: %d\n", code); 320 fprintf (stderr,
321 "Unexpected caller code: %d\n",
322 code);
321 break; 323 break;
322 } 324 }
323} 325}