Commit Diff
--- pdf.c +++ pdf.c @@ -2663,8 +2663,8 @@ init_parser(struct Env *aux) p_elemr = h_action(elemr, h_act_flatten, NULL); p_npair = npair; - /* text parser variables */ \ - p_textbegin = txtbegin; \ + /* text parser variables */ + p_textbegin = txtbegin; p_textstream = txtstream; p_cstream = CHX(cstream, objdef); p_byteostm = byteostm;