inpcom.c, inp_add_control_section(), emphasise two assertions

This commit is contained in:
rlar 2017-04-20 18:13:00 +02:00
parent 5cd88a3fc5
commit ec3198b1a9
1 changed files with 2 additions and 0 deletions

View File

@ -1398,8 +1398,10 @@ inp_add_control_section(struct line *deck, int *line_number)
found_control = FALSE;
if (!found_run) {
// prev_card->li_next === c
prev_card->li_next = xx_new_line(c, copy("run"), (*line_number)++, 0);
prev_card = prev_card->li_next;
// again: prev_card->li_next === c
found_run = TRUE;
}