Kaydet (Commit) 2eeec9bd authored tarafından Fred Drake's avatar Fred Drake

Fix typo.

üst 78f6c867
...@@ -1515,5 +1515,5 @@ initstruct(void) ...@@ -1515,5 +1515,5 @@ initstruct(void)
return; return;
} }
Py_INCREF(StructError); 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