|
|
@ -1977,8 +1977,6 @@ inp_fix_ternary_operator_str(char *line, bool all) |
|
|
static void |
|
|
static void |
|
|
inp_fix_ternary_operator(struct line *card) |
|
|
inp_fix_ternary_operator(struct line *card) |
|
|
{ |
|
|
{ |
|
|
bool found_control = FALSE; |
|
|
|
|
|
|
|
|
|
|
|
for (; card; card = card->li_next) { |
|
|
for (; card; card = card->li_next) { |
|
|
|
|
|
|
|
|
char *line = card->li_line; |
|
|
char *line = card->li_line; |
|
|
|