diff options
Diffstat (limited to 'gdb/cp-namespace.c')
-rw-r--r-- | gdb/cp-namespace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index c8bd7fc..27a7631 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -709,7 +709,8 @@ cp_lookup_nested_type (struct type *parent_type, } default: internal_error (__FILE__, __LINE__, - _("cp_lookup_nested_type called on a non-aggregate type.")); + _("cp_lookup_nested_type called " + "on a non-aggregate type.")); } } |