This commit is contained in:
Benjamin Peterson 2016-04-22 23:43:24 -07:00
commit 9046df0659
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ simple example demonstrates how. ::
#define INITERROR return NULL
PyObject *
PyMODINIT_FUNC
PyInit_myextension(void)
#else