diff options
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 4eda082..391c9c2 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); } |