summaryrefslogtreecommitdiffstats
path: root/Objects/cellobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r--Objects/cellobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c
index 8f16f07..af19229 100644
--- a/Objects/cellobject.c
+++ b/Objects/cellobject.c
@@ -142,7 +142,7 @@ cell_get_contents(PyCellObject *op, void *closure)
return op->ob_ref;
}
-int
+static int
cell_set_contents(PyCellObject *op, PyObject *obj)
{
Py_XINCREF(obj);