* pretty-print.c (pp_base_format): Fix typo for %>.
From-SVN: r104728
This commit is contained in:
parent
7797e3385c
commit
241de8a07a
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user