summaryrefslogtreecommitdiff
path: root/src/core/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/scope.c')
-rw-r--r--src/core/scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/scope.c b/src/core/scope.c
index 8fdba646aa..74f16233c5 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -52,7 +52,7 @@ static void scope_done(Unit *u) {
s->timer_event_source = sd_event_source_disable_unref(s->timer_event_source);
}
-static int scope_running_timeout(Scope *s) {
+static usec_t scope_running_timeout(Scope *s) {
usec_t delta = 0;
assert(s);