buffer.c: Add a lock count which pins a write-buffer's backing store.
[catacomb-python] / mp.c
diff --git a/mp.c b/mp.c
index b25fdce..fe5e7dc 100644 (file)
--- a/mp.c
+++ b/mp.c
@@ -706,7 +706,7 @@ end:
                                 PyObject *arg, PyObject *kw)           \
   {                                                                    \
     long len = -1;                                                     \
-    static const char *const kwlist[] = { "len", 0 };                                  \
+    static const char *const kwlist[] = { "len", 0 };                  \
     PyObject *rc = 0;                                                  \
                                                                        \
     if (!PyArg_ParseTupleAndKeywords(arg, kw, "|l:" #name,             \