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:
parent
c5f2c541f6
commit
4f05e55f84
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user