summaryrefslogtreecommitdiffstats
path: root/Include/cpython/descrobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/descrobject.h')
-rw-r--r--Include/cpython/descrobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/descrobject.h b/Include/cpython/descrobject.h
index 5d6c3a2..e2ea1b9 100644
--- a/Include/cpython/descrobject.h
+++ b/Include/cpython/descrobject.h
@@ -43,7 +43,7 @@ typedef struct {
typedef struct {
PyDescr_COMMON;
- struct PyMemberDef *d_member;
+ PyMemberDef *d_member;
} PyMemberDescrObject;
typedef struct {