X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpython-systemd%2Fid128.c;h=865cc3ce22926e113d5428986272b1f5d511ddde;hp=a6711a5bd5f6b6a24f00a0eaf80a979a312d601e;hb=ab3a162c0194fd92884798488eeafdcc5c4d7d57;hpb=2b01924cda5257531867119e11ee950741af2ff6 diff --git a/src/python-systemd/id128.c b/src/python-systemd/id128.c index a6711a5bd..865cc3ce2 100644 --- a/src/python-systemd/id128.c +++ b/src/python-systemd/id128.c @@ -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 };