Browse Source

cleanup

pre-master-46
rlar 13 years ago
parent
commit
0260a5b61a
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

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

Loading…
Cancel
Save