Fix module name error

This commit is contained in:
Joe Rickerby
2017-03-21 09:39:28 +00:00
parent 309a2adcda
commit 3372e585f9
+1 -1
View File
@@ -34,7 +34,7 @@ static PyMethodDef module_methods[] = {
{NULL} /* Sentinel */
};
MOD_INIT(pyinstrument_cext)
MOD_INIT(spam)
{
PyObject* m;