diff options
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 2d779d7..d5b40cd 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -926,7 +926,7 @@ get_bf_for_fcn (long the_function) if (saved_bf_list == NULL) internal_error (__FILE__, __LINE__, - "cannot get .bf node off empty list"); + _("cannot get .bf node off empty list")); if (current_head_bf_list != NULL) if (current_head_bf_list->symnum_fcn == the_function) |