diff options
Diffstat (limited to 'gdb/python/py-threadevent.c')
-rw-r--r-- | gdb/python/py-threadevent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/python/py-threadevent.c b/gdb/python/py-threadevent.c index 3be86b7..e33c228 100644 --- a/gdb/python/py-threadevent.c +++ b/gdb/python/py-threadevent.c @@ -48,8 +48,8 @@ create_thread_event_object (PyTypeObject *py_type, PyObject *thread) return NULL; if (evpy_add_attribute (thread_event_obj.get (), - "inferior_thread", - thread) < 0) + "inferior_thread", + thread) < 0) return NULL; return thread_event_obj; |