aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_twocalls.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-17 20:26:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-17 20:26:21 +0000
commit5038e93ddb399e5f7c74671a334b106a01f74e57 (patch)
treefa12bb1967c1fe5a512c0a54686fee4bb9f9fe77 /src/conversation/test_conversation_api_twocalls.c
parentebeff682c1817da3ea6d274731416d6e95cd9dd2 (diff)
downloadgnunet-5038e93ddb399e5f7c74671a334b106a01f74e57.tar.gz
gnunet-5038e93ddb399e5f7c74671a334b106a01f74e57.zip
-add missing break
Diffstat (limited to 'src/conversation/test_conversation_api_twocalls.c')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 294092099..500f0858c 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -472,6 +472,7 @@ call_event_handler (void *cls,
472 break; 472 break;
473 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL: 473 case GNUNET_CONVERSATION_EC_CALL_GNS_FAIL:
474 LOG_DEBUG ("Call %s GNS lookup failed \n", cid); 474 LOG_DEBUG ("Call %s GNS lookup failed \n", cid);
475 break;
475 case GNUNET_CONVERSATION_EC_CALL_HUNG_UP: 476 case GNUNET_CONVERSATION_EC_CALL_HUNG_UP:
476 LOG_DEBUG ("Call %s hungup\n", cid); 477 LOG_DEBUG ("Call %s hungup\n", cid);
477 if (0 == strcmp (cid, "call1")) 478 if (0 == strcmp (cid, "call1"))