Skip to content
Snippets Groups Projects
Commit a1d0d753 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix.

parent 3bc47e7a
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -19,7 +19,7 @@ PyObject* dap_chain_gdb_new_py(PyObject* self, PyObject *args);
PyObject *dap_chain_gdb_delete_py(PyObject *self, PyObject *args);
PyObject *dap_chain_gdb_get_group_py(PyObject *self, PyObject *args);
PyMethodDef DapChainGDBMethod[] = {
static PyMethodDef DapChainGDBMethod[] = {
{"new", (PyCFunction)dap_chain_gdb_new_py, METH_VARARGS | METH_STATIC, ""},
{"delete", (PyCFunction)dap_chain_gdb_delete_py, METH_VARARGS | METH_STATIC, ""},
{"getGroup", (PyCFunction)dap_chain_gdb_get_group_py, METH_VARARGS | METH_STATIC, ""},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment