Commit 2eeec9bd authored by Fred Drake's avatar Fred Drake

Fix typo.

parent 78f6c867
......@@ -1515,5 +1515,5 @@ initstruct(void)
return;
}
Py_INCREF(StructError);
PyModule_AddObject(d, "error", StructError);
PyModule_AddObject(m, "error", StructError);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment