mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
* python/py-value.c (valpy_getitem): Fix formatting of error function
call.
This commit is contained in:
@ -479,7 +479,7 @@ valpy_getitem (PyObject *self, PyObject *key)
|
||||
type = check_typedef (value_type (tmp));
|
||||
if (TYPE_CODE (type) != TYPE_CODE_ARRAY
|
||||
&& TYPE_CODE (type) != TYPE_CODE_PTR)
|
||||
error( _("Cannot subscript requested type."));
|
||||
error (_("Cannot subscript requested type."));
|
||||
else
|
||||
res_val = value_subscript (tmp, value_as_long (idx));
|
||||
}
|
||||
|
Reference in New Issue
Block a user