diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 2d46da7..c9997c6 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -1122,7 +1122,7 @@ add_local_symbols (struct collection_list *collect, block = block_for_pc (pc); if (block == NULL) { - warning (_("Can't collect args; no symbol table info available.\n")); + warning (_("Can't collect args; no symbol table info available.")); return; } |