(print_node): Always output `>' to match `<'.

From-SVN: r2582
This commit is contained in:
Richard Stallman 1992-10-24 00:25:18 +00:00
parent 06285c0cb3
commit f6adcfdc96
1 changed files with 2 additions and 0 deletions

View File

@ -617,4 +617,6 @@ print_node (file, prefix, node, indent)
break;
}
fprintf (file, ">");
}