mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
49d2f04a7e
commit
9f38f7e6ea
@ -96,7 +96,7 @@ static PyMethodDef module_methods[] = {
|
|||||||
|
|
||||||
#if PY_MAJOR_VERSION >= 3
|
#if PY_MAJOR_VERSION >= 3
|
||||||
#define INITERROR return NULL
|
#define INITERROR return NULL
|
||||||
#define INITMODULE PyModule_Create(&bzzdec_module)
|
#define INITMODULE PyModule_Create(&cocoa_module)
|
||||||
static struct PyModuleDef cocoa_module = {
|
static struct PyModuleDef cocoa_module = {
|
||||||
/* m_base */ PyModuleDef_HEAD_INIT,
|
/* m_base */ PyModuleDef_HEAD_INIT,
|
||||||
/* m_name */ "cocoa",
|
/* m_name */ "cocoa",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user