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

* source.c (add_path): Replace semicolon at end of block.
	* dwarf2expr.c (execute_stack_op): Ditto.
This commit is contained in:
Michael Snyder 2011-03-06 01:32:47 +00:00
parent 5387a0c698
commit b27cf2b3df
3 changed files with 7 additions and 0 deletions

View file

@ -626,6 +626,7 @@ add_path (char *dirname, char **which_path, int parse_separators)
}
}
skip_dup:
;
}
while (arg != NULL);
}