summaryrefslogtreecommitdiff
path: root/python/indexrecords.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/indexrecords.cc')
-rw-r--r--python/indexrecords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/indexrecords.cc b/python/indexrecords.cc
index 917c3bbf..35e41c59 100644
--- a/python/indexrecords.cc
+++ b/python/indexrecords.cc
@@ -44,7 +44,7 @@ static PyObject *IndexRecords_Load(PyObject *self,PyObject *args)
return HandleErrors(Py_BuildValue("i", records->Load(filename)));
}
-static const char *IndexRecords_Lookup_doc = "lookup(metakey)\n\n"
+static char *IndexRecords_Lookup_doc = "lookup(metakey)\n\n"
"Lookup the filename given by metakey, return a tuple (hash, size).\n"
"The hash part is a HashString() object.";
static PyObject *IndexRecords_Lookup(PyObject *self,PyObject *args)