diff options
Diffstat (limited to 'Tools/modulator/Templates/object_tp_str')
-rw-r--r-- | Tools/modulator/Templates/object_tp_str | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/modulator/Templates/object_tp_str b/Tools/modulator/Templates/object_tp_str index bed15df..2e3648e 100644 --- a/Tools/modulator/Templates/object_tp_str +++ b/Tools/modulator/Templates/object_tp_str @@ -1,7 +1,6 @@ static PyObject * -$abbrev$_str(self) - $abbrev$object *self; +$abbrev$_str($abbrev$object *self) { PyObject *s; |