diff options
Diffstat (limited to 'src/core/dbus-swap.c')
-rw-r--r-- | src/core/dbus-swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-swap.c b/src/core/dbus-swap.c index 06edfdcde4..0da86bd6fa 100644 --- a/src/core/dbus-swap.c +++ b/src/core/dbus-swap.c @@ -59,7 +59,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Swap\0" -const char bus_swap_interface[] _introspect_("Swap") = BUS_SWAP_INTERFACE; +const char bus_swap_interface[] = BUS_SWAP_INTERFACE; const char bus_swap_invalidating_properties[] = "What\0" |