diff --git a/src/wrapt/_wrappers.c b/src/wrapt/_wrappers.c index 9194f54..4e2864e 100644 --- a/src/wrapt/_wrappers.c +++ b/src/wrapt/_wrappers.c @@ -2587,7 +2587,7 @@ static int WraptFunctionWrapper_init(WraptFunctionWrapperObject *self, return result; } -/* ------------------------------------------------------------------------- */; +/* ------------------------------------------------------------------------- */ static PyGetSetDef WraptFunctionWrapper_getset[] = { { "__module__", (getter)WraptObjectProxy_get_module, @@ -2645,7 +2645,7 @@ PyTypeObject WraptFunctionWrapper_Type = { 0, /*tp_is_gc*/ }; -/* ------------------------------------------------------------------------- */; +/* ------------------------------------------------------------------------- */ #if PY_MAJOR_VERSION >= 3 static struct PyModuleDef moduledef = {