diff options
Diffstat (limited to 'gdb/parse.c')
-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 856c24d..02a7d89 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -1160,7 +1160,7 @@ parse_exp_in_context (char **stringptr, struct block *block, int comma, expout->nelts = expout_ptr; expout = (struct expression *) xrealloc ((char *) expout, - sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr));; + sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_ptr)); /* Convert expression from postfix form as generated by yacc parser, to a prefix form. */ |