Commit 241de8a0 by Richard Henderson Committed by Richard Henderson

* pretty-print.c (pp_base_format): Fix typo for %>.

From-SVN: r104728
parent 7797e338
2005-09-27 Richard Henderson <rth@redhat.com>
* pretty-print.c (pp_base_format): Fix typo for %>.
2005-09-27 Daniel Berlin <dberlin@dberlin.org>
Devang Patel <dpatel@apple.com>
......
......@@ -261,7 +261,7 @@ pp_base_format (pretty_printer *pp, text_info *text)
case '>':
case '\'':
obstack_grow (&buffer->chunk_obstack,
open_quote, strlen (close_quote));
close_quote, strlen (close_quote));
p++;
continue;
......
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