Add missing i18n markup in tracepoint.c:traceframe_walk_blocks

gdb/ChangeLog:

 	* tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
 	in error message.
This commit is contained in:
Joel Brobecker 2011-01-31 03:12:06 +00:00
parent 6b0c4c1f05
commit c2f0d045af
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-01-31 Joel Brobecker <brobecker@adacore.com>
* tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
in error message.
2011-01-31 Joel Brobecker <brobecker@adacore.com>
* inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode

View file

@ -3857,7 +3857,7 @@ traceframe_walk_blocks (walk_blocks_callback_func callback,
pos += (4 + 8);
break;
default:
error ("Unknown block type '%c' (0x%x) in trace frame",
error (_("Unknown block type '%c' (0x%x) in trace frame"),
block_type, block_type);
break;
}