summaryrefslogtreecommitdiffstats
path: root/src/report-python/dump_dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/dump_dir.c')
-rw-r--r--src/report-python/dump_dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/dump_dir.c b/src/report-python/dump_dir.c
index c8ff3798..96a96fba 100644
--- a/src/report-python/dump_dir.c
+++ b/src/report-python/dump_dir.c
@@ -193,7 +193,7 @@ static PyMethodDef p_dump_dir_methods[] = {
static PyGetSetDef p_dump_dir_getset[] = {
/* attr_name, getter_func, setter_func, doc_string, void_param */
- { "name", get_name, NULL /*set_name*/ },
+ { (char*) "name", get_name, NULL /*set_name*/ },
{ NULL }
};