Commit 10432459 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Removed another style2 reference

parent 82b13312
......@@ -824,7 +824,7 @@ tdtbs_fo_err: /* If there's an error whilst writing to the file */
}
TrOut(file, depth, (file, "style\t\t%08x\n", (int) table->style));
TrOut(file, depth, (file, "style2\t\t%08x\n", (int) table->style2));
/*TrOut(file, depth, (file, "style2\t\t%08x\n", (int) table->style2));*/
TrOut(file, depth, (file, "Tag\t\t%08x\n", (int) table->Tag));
TrOut(file, depth, (file, "ColSpan\t\t%d\n", (int) table->ColSpan));
......
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