mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 14:35:15 +01:00
typo
This commit is contained in:
parent
49d2f04a7e
commit
9f38f7e6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ static PyMethodDef module_methods[] = {
|
|||
|
||||
#if PY_MAJOR_VERSION >= 3
|
||||
#define INITERROR return NULL
|
||||
#define INITMODULE PyModule_Create(&bzzdec_module)
|
||||
#define INITMODULE PyModule_Create(&cocoa_module)
|
||||
static struct PyModuleDef cocoa_module = {
|
||||
/* m_base */ PyModuleDef_HEAD_INIT,
|
||||
/* m_name */ "cocoa",
|
||||
|
|
|
|||
Loading…
Reference in a new issue