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