1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: Remove extra ';' from the end of a line.

This commit is contained in:
Jonathan Brassow 2014-08-19 09:57:30 -05:00
parent c5f2c541f6
commit 4f05e55f84

View File

@ -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) const struct selection_str_list *sel)
{ {
struct dm_str_list *sel_item; struct dm_str_list *sel_item;
unsigned int i, last_found = 1;; unsigned int i, last_found = 1;
int r = 0; int r = 0;
/* if value has no items and selection has at leas one, it's clear there's no match */ /* if value has no items and selection has at leas one, it's clear there's no match */