* remote.c (remote_threads_info): Really revert previous previous

change.
This commit is contained in:
Pedro Alves
2010-05-05 23:39:56 +00:00
parent 0043e6a5cc
commit 46c162d47b
2 changed files with 6 additions and 1 deletions

View File

@@ -2512,7 +2512,7 @@ remote_threads_info (struct target_ops *ops)
{
struct gdb_xml_parser *parser;
struct threads_parsing_context context;
struct cleanup back_to = make_cleanup (null_cleanup, NULL);
struct cleanup *back_to = make_cleanup (null_cleanup, NULL);
context.items = 0;
parser = gdb_xml_create_parser_and_cleanup (_("threads"),