inpcom.c, inp_chk_for_multi_in_vcvs(), extend the last but one commit

This commit is contained in:
rlar 2014-07-30 18:44:28 +02:00
parent b2e8bec2a9
commit d522c7cd18
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ inp_chk_for_multi_in_vcvs(struct line *c, int *line_number)
out_b = skip_ws(ref_e);
out_e = skip_back_ws(fcn_b);
out_e = skip_back_ws_(fcn_b, out_b);
if (out_e <= out_b)
break;