chiark / gitweb /
systemd-python: small cleanups
[elogind.git] / src / python-systemd / id128.c
index a6711a5bd5f6b6a24f00a0eaf80a979a312d601e..865cc3ce22926e113d5428986272b1f5d511ddde 100644 (file)
@@ -134,7 +134,7 @@ static struct PyModuleDef module = {
         PyModuleDef_HEAD_INIT,
         "id128", /* name of module */
         module__doc__, /* module documentation, may be NULL */
-        0, /* size of per-interpreter state of the module */
+        -1, /* size of per-interpreter state of the module */
         methods
 };