Commit df8fec2b authored by Tres Seaver's avatar Tres Seaver

Fix warning.

parent 8699c7fc
......@@ -502,7 +502,7 @@ module_init(void)
PyObject *module;
if (TimeStamp_init_gmoff() < 0)
return;
return NULL;
#ifdef PY3K
module = PyModule_Create(&moduledef);
......
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