Bug squashing.
[catacomb-python] / pgen.c
diff --git a/pgen.c b/pgen.c
index 9ffd6fb..ae4dcc5 100644 (file)
--- a/pgen.c
+++ b/pgen.c
@@ -129,7 +129,7 @@ end:
 }
 
 static PyObject *pfilt_pylong(PyObject *me)
-  { return ((PyObject *)mp_topylong(PFILT_F(me)->m)); }
+  { return (mp_topylong(PFILT_F(me)->m)); }
 
 static PyObject *pfget_x(PyObject *me, void *hunoz)
   { return (mp_pywrap(MP_COPY(PFILT_F(me)->m))); }