diff options
Diffstat (limited to 'Include/cellobject.h')
-rw-r--r-- | Include/cellobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cellobject.h b/Include/cellobject.h index 2a6dcaa..fd186e2 100644 --- a/Include/cellobject.h +++ b/Include/cellobject.h @@ -8,7 +8,7 @@ extern "C" { typedef struct { PyObject_HEAD - PyObject *ob_ref; + PyObject *ob_ref; /* Content of the cell or NULL when empty */ } PyCellObject; PyAPI_DATA(PyTypeObject) PyCell_Type; |