From e114381c954cf96e231dafca0723c6e4ff18f3e5 Mon Sep 17 00:00:00 2001 From: Stefan Ring Date: Wed, 17 Feb 2021 08:37:11 +0100 Subject: Restoring the original shar contents --- src/amoebamodule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/amoebamodule.c') diff --git a/src/amoebamodule.c b/src/amoebamodule.c index 282677c..0d10744 100644 --- a/src/amoebamodule.c +++ b/src/amoebamodule.c @@ -396,8 +396,7 @@ static typeobject Captype = { capprint, /*tp_print*/ capgetattr, /*tp_getattr*/ 0, /*tp_setattr*/ - capcompare, /*tp_comp -are*/ + capcompare, /*tp_compare*/ caprepr, /*tp_repr*/ 0, /*tp_as_number*/ 0, /*tp_as_sequence*/ -- cgit v1.2.3