aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r--gdb/linespec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c
index dffbb36..ae48de7 100644
--- a/gdb/linespec.c
+++ b/gdb/linespec.c
@@ -1460,7 +1460,7 @@ decode_compound (char **argptr, int funfirstline, char ***canonical,
{
xfree (values.sals);
error (_("the class `%s' does not have "
- "any method instance named %s\n"),
+ "any method instance named %s"),
SYMBOL_PRINT_NAME (sym_class), copy);
}
}
@@ -1625,7 +1625,7 @@ find_method (int funfirstline, char ***canonical, char *saved_arg,
}
error (_("the class `%s' does not have "
- "any method instance named %s\n"),
+ "any method instance named %s"),
SYMBOL_PRINT_NAME (sym_class), copy);
}