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

@@ -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;
}