diff options
Diffstat (limited to 'src/core/dbus-timer.c')
-rw-r--r-- | src/core/dbus-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index 4082f7f9b9..c6f1dd9b7f 100644 --- a/src/core/dbus-timer.c +++ b/src/core/dbus-timer.c @@ -51,7 +51,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Timer\0" -const char bus_timer_interface[] _introspect_("Timer") = BUS_TIMER_INTERFACE; +const char bus_timer_interface[] = BUS_TIMER_INTERFACE; const char bus_timer_invalidating_properties[] = "TimersMonotonic\0" |