diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index a13638f..c3ffbae 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef = "_gdb", NULL, -1, - GdbMethods, + python_GdbMethods, NULL, NULL, NULL, |