From: Zbigniew Jędrzejewski-Szmek Date: Wed, 31 Oct 2012 23:10:47 +0000 (+0100) Subject: systemd-python: fix nesting of #ifs and #pragmas X-Git-Tag: v196~96 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c94f4b8b53aad25ba364bb79fc53c5b79de28088 systemd-python: fix nesting of #ifs and #pragmas --- diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index d27178d66..0bdf709ae 100644 --- a/src/python-systemd/_journal.c +++ b/src/python-systemd/_journal.c @@ -136,6 +136,6 @@ PyMODINIT_FUNC PyInit__journal(void) { return PyModule_Create(&module); } -#pragma GCC diagnostic pop - #endif + +#pragma GCC diagnostic pop