diff options
Diffstat (limited to 'src/core/target.c')
-rw-r--r-- | src/core/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/target.c b/src/core/target.c index 5f64402475..8817ef21c4 100644 --- a/src/core/target.c +++ b/src/core/target.c @@ -103,7 +103,7 @@ static int target_load(Unit *u) { return 0; } -static int target_coldplug(Unit *u, Hashmap *deferred_work) { +static int target_coldplug(Unit *u) { Target *t = TARGET(u); assert(t); |