summaryrefslogtreecommitdiff
path: root/toxav/msi.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.c')
-rw-r--r--toxav/msi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index d80d7c76..39086567 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -384,7 +384,6 @@ int msg_parse_in(Logger *log, MSIMessage *dest, const uint8_t *data, uint16_t le
384 default: 384 default:
385 LOGGER_ERROR(log, "Invalid id byte"); 385 LOGGER_ERROR(log, "Invalid id byte");
386 return -1; 386 return -1;
387 break;
388 } 387 }
389 } 388 }
390 389
@@ -689,7 +688,6 @@ void handle_init(MSICall *call, const MSIMessage *msg)
689 call->error = msi_EInvalidState; 688 call->error = msi_EInvalidState;
690 goto FAILURE; 689 goto FAILURE;
691 } 690 }
692 break;
693 } 691 }
694 692
695 return; 693 return;
@@ -771,7 +769,6 @@ void handle_pop(MSICall *call, const MSIMessage *msg)
771 LOGGER_ERROR(call->session->messenger->log, "Handling what should be impossible case"); 769 LOGGER_ERROR(call->session->messenger->log, "Handling what should be impossible case");
772 abort(); 770 abort();
773 } 771 }
774 break;
775 772
776 case msi_CallActive: { 773 case msi_CallActive: {
777 /* Hangup */ 774 /* Hangup */