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

From-SVN: r104728
This commit is contained in:
Richard Henderson 2005-09-27 23:53:12 -07:00 committed by Richard Henderson
parent 7797e3385c
commit 241de8a07a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>

View File

@ -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;