From 4f05e55f84fc1d1c4f839b7f523392e369f681b0 Mon Sep 17 00:00:00 2001 From: Jonathan Brassow Date: Tue, 19 Aug 2014 09:57:30 -0500 Subject: [PATCH] cleanup: Remove extra ';' from the end of a line. --- libdm/libdm-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c index 155ac6010..261b4360d 100644 --- a/libdm/libdm-report.c +++ b/libdm/libdm-report.c @@ -1278,7 +1278,7 @@ static int _cmp_field_string_list_subset_all(const struct str_list_sort_value *v const struct selection_str_list *sel) { struct dm_str_list *sel_item; - unsigned int i, last_found = 1;; + unsigned int i, last_found = 1; int r = 0; /* if value has no items and selection has at leas one, it's clear there's no match */