mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gdb, gdbsupport: fix all ;; instances
I forgot to fix a `;;` typo when pushing a previous patch. Fix it, and fix all the other instances I could find in the code base. Change-Id: I298f9ffb1a5157925076ef67b439579b1aeeaa2b
This commit is contained in:
@@ -702,7 +702,7 @@ print_variant_part (const variant_part &part,
|
||||
name = "?";
|
||||
else
|
||||
{
|
||||
name = type->field (part.discriminant_index).name ();;
|
||||
name = type->field (part.discriminant_index).name ();
|
||||
discr_type = type->field (part.discriminant_index).type ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user