summaryrefslogtreecommitdiff
path: root/src/core/timer.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-01 10:26:50 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-01 10:26:50 -0500
commita6c59096650be6653eb0b3590fb4ea3292337e6a (patch)
tree7e8d1d9ff89f50266c222e9fafd86d97a2542ce6 /src/core/timer.c
parent785d345145bbd06c8f1c75c6a0b119c4e8f411db (diff)
Revert "Trivial typo fixes and code refactorings (#5191)"
Let's do a merge to preserve all the commit messages. This reverts commit 785d345145bbd06c8f1c75c6a0b119c4e8f411db.
Diffstat (limited to 'src/core/timer.c')
-rw-r--r--src/core/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/timer.c b/src/core/timer.c
index d7441d638f..5ee14669d2 100644
--- a/src/core/timer.c
+++ b/src/core/timer.c
@@ -232,7 +232,7 @@ static void timer_dump(Unit *u, FILE *f, const char *prefix) {
if (v->base == TIMER_CALENDAR) {
_cleanup_free_ char *p = NULL;
- (void) calendar_spec_to_string(v->calendar_spec, &p);
+ calendar_spec_to_string(v->calendar_spec, &p);
fprintf(f,
"%s%s: %s\n",