This commit is contained in:
rlar 2013-10-03 11:54:58 +02:00
parent c32b6934a3
commit 0260a5b61a
1 changed files with 0 additions and 2 deletions

View File

@ -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;