diff options
Diffstat (limited to 'Doc/includes/shoddy.c')
-rw-r--r-- | Doc/includes/shoddy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/includes/shoddy.c b/Doc/includes/shoddy.c index bb7f05b..07a2721 100644 --- a/Doc/includes/shoddy.c +++ b/Doc/includes/shoddy.c @@ -95,4 +95,5 @@ PyInit_shoddy(void) Py_INCREF(&ShoddyType); PyModule_AddObject(m, "Shoddy", (PyObject *) &ShoddyType); + return m; } |