Trivial: Remove trailing semicolon.
authorAndre Noll <maan@systemlinux.org>
Wed, 16 Oct 2013 12:28:23 +0000 (14:28 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 16 Oct 2013 12:28:33 +0000 (14:28 +0200)
dss.c

diff --git a/dss.c b/dss.c
index 813d73dc11204a2a4a6989c89e23f469db049680..237208b7da0a0f3a8f14c2e86c4cbce7cb1fe735 100644 (file)
--- 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;
 }