diff options
Diffstat (limited to 'gdb/python/py-infthread.c')
-rw-r--r-- | gdb/python/py-infthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index fec7bca..089ea22 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -286,7 +286,7 @@ thpy_thread_handle (PyObject *self, PyObject *args) } PyObject *object = PyBytes_FromStringAndSize ((const char *) hv.data (), - hv.size()); + hv.size()); return object; } |