systemd-python: fix nesting of #ifs and #pragmas

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-11-01 00:10:47 +01:00
parent 6b6ed3e3eb
commit c94f4b8b53
1 changed files with 2 additions and 2 deletions

View File

@ -136,6 +136,6 @@ PyMODINIT_FUNC PyInit__journal(void) {
return PyModule_Create(&module);
}
#pragma GCC diagnostic pop
#endif
#pragma GCC diagnostic pop