aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-11 18:04:19 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-11 18:04:19 +0000
commit9c37ec935877bc6196febec8f6b2f0ad036189b9 (patch)
tree93b0ab56d432abb92fb10d4b5d0e01f6c1411333 /src/conversation/test_conversation_api.c
parent7a5835e38561a55ea15d7caa9910bb6cdf0da79f (diff)
downloadgnunet-9c37ec935877bc6196febec8f6b2f0ad036189b9.tar.gz
gnunet-9c37ec935877bc6196febec8f6b2f0ad036189b9.zip
-converting API to use new CADET ports
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}