diff options
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 95d0adf..10596b9 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -246,7 +246,7 @@ maintenance_print_dummy_frames (char *args, int from_tty) { struct ui_file *file = gdb_fopen (args, "w"); if (file == NULL) - perror_with_name ("maintenance print dummy-frames"); + perror_with_name (_("maintenance print dummy-frames")); fprint_dummy_frames (file); ui_file_delete (file); } |