diff options
Diffstat (limited to 'Modules/rotormodule.c')
-rw-r--r-- | Modules/rotormodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/rotormodule.c b/Modules/rotormodule.c index 75f1aeb..7137b00 100644 --- a/Modules/rotormodule.c +++ b/Modules/rotormodule.c @@ -575,7 +575,7 @@ rotorobj_getattr(Rotorobj *s, char *name) } -statichere PyTypeObject Rotor_Type = { +static PyTypeObject Rotor_Type = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ "rotor.rotor", /*tp_name*/ |