2011-03-05 Michael Snyder <msnyder@vmware.com>

* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
	* mdebugread.c (parse_symbol): Ditto.
	* parse.c (parse_exp_in_context): Ditto.
	* source.c (add_path): Ditto.
	* utils.c (gnu_debuglink_crc32): Ditto.
	* varobj.c (variable_language): Ditto.
This commit is contained in:
Michael Snyder
2011-03-05 22:02:47 +00:00
parent e3aa49afd5
commit 82ae485463
7 changed files with 13 additions and 6 deletions

View File

@ -2358,7 +2358,7 @@ variable_language (struct varobj *var)
static int
number_of_children (struct varobj *var)
{
return (*var->root->lang->number_of_children) (var);;
return (*var->root->lang->number_of_children) (var);
}
/* What is the expression for the root varobj VAR? Returns a malloc'd