diff --git a/src/rds.c b/src/rds.c index 4adb41b..b743da0 100644 --- a/src/rds.c +++ b/src/rds.c @@ -608,7 +608,7 @@ static void get_rds_group(RDSEncoder* enc, uint16_t *blocks, uint8_t stream) { if(stream != 0) { blocks[0] = 0; if(get_rds_custom_groups2(enc, blocks)) { - goto group_coded; + return; } return; }