diff options
-rw-r--r-- | gdb/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 48c8b75..1327d60 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -535,7 +535,7 @@ prefixify_subexp (inexpr, outexpr, inend, outbeg) args=1; break; - case STRUCTOP_STRUCT: + case STRUCTOP_STRUCT: case STRUCTOP_PTR: args = 1; /* fall through */ |