diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 14b845e..54c81ac 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -2269,7 +2269,7 @@ check_field_in (struct type *type, const char *name) target structure/union is defined, otherwise, return 0. */ int -check_field (struct value *arg1, const gdb_byte *name) +check_field (struct value *arg1, const char *name) { struct type *t; |