mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 19:40:32 +00:00
systemd-python: fix nesting of #ifs and #pragmas
This commit is contained in:
@@ -136,6 +136,6 @@ PyMODINIT_FUNC PyInit__journal(void) {
|
||||
return PyModule_Create(&module);
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#endif
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user