diff options
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r-- | gdb/expprint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c index b6f920b..365cdfd 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -205,7 +205,8 @@ print_subexp_standard (struct expression *exp, int *pos, fprintf_unfiltered (stream, "B'<unimplemented>'"); return; - case OP_OBJC_NSSTRING: /* Objective-C Foundation Class NSString constant. */ + case OP_OBJC_NSSTRING: /* Objective-C Foundation Class + NSString constant. */ { struct value_print_options opts; |