diff options
Diffstat (limited to 'gdb/sentinel-frame.c')
-rw-r--r-- | gdb/sentinel-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sentinel-frame.c b/gdb/sentinel-frame.c index b17bc82850f..136dad85835 100644 --- a/gdb/sentinel-frame.c +++ b/gdb/sentinel-frame.c @@ -78,7 +78,7 @@ sentinel_frame_this_id (struct frame_info *next_frame, /* The sentinel frame is used as a starting point for creating the previous (inner most) frame. That frame's THIS_ID method will be called to determine the inner most frame's ID. Not this one. */ - internal_error (__FILE__, __LINE__, "sentinel_frame_this_id called"); + internal_error (__FILE__, __LINE__, _("sentinel_frame_this_id called")); } static CORE_ADDR |