aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/source.c')
-rw-r--r--gdb/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c
index a14a802..4eda082 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -625,7 +625,7 @@ add_path (char *dirname, char **which_path, int parse_separators)
old = *which_path;
}
}
- skip_dup:;
+ skip_dup:
}
while (arg != NULL);
}