Commit Diff


commit - 70f1f0b8d4bf42dcfa38c9e9b61c8e5d2b4ade0a
commit + 982ac17f53024b2288b07cd95e5c4c451d04ab19
blob - 898d07f7f2434a0d046653449c789bf27f00eb41
blob + 0dede9503e05c3b056c5b4dcd5578159db574aa1
--- 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;