This commit is contained in:
Kovid Goyal
2018-07-30 07:58:34 +05:30
parent cb289125ab
commit b4269199b4

View File

@@ -98,7 +98,7 @@ start_profiler(PyObject UNUSED *self, PyObject *args) {
}
static PyObject*
stop_profiler(PyObject UNUSED *self) {
stop_profiler(PyObject UNUSED *self, PyObject *args UNUSED) {
ProfilerStop();
Py_RETURN_NONE;
}