diff options
Diffstat (limited to 'gdb/python/py-newobjfileevent.c')
-rw-r--r-- | gdb/python/py-newobjfileevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-newobjfileevent.c b/gdb/python/py-newobjfileevent.c index 1e26b04..d014be6 100644 --- a/gdb/python/py-newobjfileevent.c +++ b/gdb/python/py-newobjfileevent.c @@ -21,7 +21,7 @@ static PyTypeObject new_objfile_event_object_type; -PyObject * +static PyObject * create_new_objfile_event_object (struct objfile *objfile) { PyObject *objfile_event; |