Fix missing break statement

This commit is contained in:
Manolis Surligas 2017-02-03 19:25:53 +02:00
parent 6c80475700
commit d95b903097
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ namespace gr
switch(d_type){
case 0:
message_port_pub (pmt::mp ("msg"), pmt::make_blob (buf, bytes_num));
break;
case 1:
if(bytes_num < sizeof(uint32_t)){
continue;