diff options
Diffstat (limited to 'gdb/python/python.c')
-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 ff757fd..b04057e 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -647,7 +647,7 @@ gdbpy_solib_name (PyObject *self, PyObject *args) static PyObject * gdbpy_decode_line (PyObject *self, PyObject *args) { - char *arg = NULL; + const char *arg = NULL; gdbpy_ref<> result; gdbpy_ref<> unparsed; event_location_up location; |