From 20f8c7d5e2b7985137e89143005f4b7b15ae59d4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 16 Oct 2013 14:28:23 +0200 Subject: [PATCH 1/1] Trivial: Remove trailing semicolon. --- dss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dss.c b/dss.c index 813d73d..237208b 100644 --- a/dss.c +++ b/dss.c @@ -1442,7 +1442,7 @@ static int com_ls(void) if (s->flags & SS_COMPLETE) d = (s->completion_time - s->creation_time) / 60; dss_msg("%u\t%s\t%3" PRId64 ":%02" PRId64 "\n", s->interval, s->name, d/60, d%60); - }; + } free_snapshot_list(&sl); return 1; } -- 2.30.2