diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-06 01:32:47 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-06 01:32:47 +0000 |
commit | b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b (patch) | |
tree | 106802fba054740e94cb6f6c3886cd027ec63d5f /gdb/source.c | |
parent | 5387a0c6980825398784ecc6de5e91898e7e0857 (diff) | |
download | binutils-gdb-b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b.tar.gz |
2011-03-05 Michael Snyder <msnyder@vmware.com>
* source.c (add_path): Replace semicolon at end of block.
* dwarf2expr.c (execute_stack_op): Ditto.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/source.c b/gdb/source.c index 4eda082f15d..391c9c260a5 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -626,6 +626,7 @@ add_path (char *dirname, char **which_path, int parse_separators) } } skip_dup: + ; } while (arg != NULL); } |