summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_str
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_str')
-rw-r--r--Tools/modulator/Templates/object_tp_str3
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;