diff --git a/src/frontend/translatepoly.c b/src/frontend/translatepoly.c index db56c438d..aceb3ff7d 100644 --- a/src/frontend/translatepoly.c +++ b/src/frontend/translatepoly.c @@ -137,8 +137,10 @@ Poly_t interpretpoly(struct card *input, char controlType, char sourceType) switch(controlType) { case 'i': formatselected = formatCC; + break; case 'v': formatselected = formatVC; + break; default: break; //TODO: decide what to do on other characters? } @@ -363,4 +365,4 @@ struct card * translatepoly(struct card * input_line) { } strcat(output_line->line, expressionRHS); return output_line; -} \ No newline at end of file +}