summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_repr
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_repr')
-rw-r--r--Tools/modulator/Templates/object_tp_repr3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/modulator/Templates/object_tp_repr b/Tools/modulator/Templates/object_tp_repr
index 16aebc7..f122225 100644
--- a/Tools/modulator/Templates/object_tp_repr
+++ b/Tools/modulator/Templates/object_tp_repr
@@ -1,7 +1,6 @@
static PyObject *
-$abbrev$_repr(self)
- $abbrev$object *self;
+$abbrev$_repr($abbrev$object *self)
{
PyObject *s;