diff options
Diffstat (limited to 'src/core/dbus-target.c')
-rw-r--r-- | src/core/dbus-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-target.c b/src/core/dbus-target.c index 6a775506cc..f143d897fa 100644 --- a/src/core/dbus-target.c +++ b/src/core/dbus-target.c @@ -44,7 +44,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Target\0" -const char bus_target_interface[] _introspect_("Target") = BUS_TARGET_INTERFACE; +const char bus_target_interface[] = BUS_TARGET_INTERFACE; DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message) { const BusBoundProperties bps[] = { |