correct function signature

This commit is contained in:
Skip Montanaro 2006-04-18 01:01:41 +00:00
parent ceb3087e1c
commit 9582c148b6

View file

@ -234,7 +234,7 @@ raise_test_longlong_error(const char* msg)
#include "testcapi_long.h"
static PyObject *
test_longlong_api(PyObject* self)
test_longlong_api(PyObject* self, PyObject *args)
{
return TESTNAME(raise_test_longlong_error);
}