summaryrefslogtreecommitdiff
path: root/python/acquire.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/acquire.cc')
-rw-r--r--python/acquire.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/acquire.cc b/python/acquire.cc
index 4329e790..8b6de173 100644
--- a/python/acquire.cc
+++ b/python/acquire.cc
@@ -281,7 +281,7 @@ static PyObject *PkgAcquireNew(PyTypeObject *type,PyObject *Args,PyObject *kwds)
pkgAcquire *fetcher;
PyObject *pyFetchProgressInst = NULL;
- static char *kwlist[] = {"progress", 0};
+ char *kwlist[] = {"progress", 0};
if (PyArg_ParseTupleAndKeywords(Args,kwds,"|O",kwlist,&pyFetchProgressInst) == 0)
return 0;