diff options
Diffstat (limited to 'Modules/rotormodule.c')
-rw-r--r-- | Modules/rotormodule.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Modules/rotormodule.c b/Modules/rotormodule.c index 4e9afd8..71bac90 100644 --- a/Modules/rotormodule.c +++ b/Modules/rotormodule.c @@ -763,8 +763,10 @@ static typeobject Rotortype = { }; -object *rotor_rotor(self, args) -object *args; +static object * +rotor_rotor(self, args) + object *self; + object *args; { char *string; rotorobject *r; |