Commit 82b13312 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Commented out reference to second style word.

parent d4414a60
......@@ -724,7 +724,7 @@ tdtbs_fo_err: /* If there's an error whilst writing to the file */
/* General info */
TrOut(file, depth, (file, "style\t\t%08x\n", (int) token->style));
TrOut(file, depth, (file, "style2\t\t%08x\n", (int) token->style2));
/*TrOut(file, depth, (file, "style2\t\t%08x\n", (int) token->style2));*/
TrOut(file, depth, (file, "indent\t\t0x%x\n", (int) token->indent));
TrOut(file, depth, (file, "anchor\t\t%08x: '%s'\n", (int) token->anchor, token->anchor ? token->anchor : "(NULL)"));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment