mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
o made _single static
This commit is contained in:
parent
72a5e12b5c
commit
cfcca2168f
@ -58,7 +58,7 @@ static int _check(const char *name)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void _single(const char *name)
|
||||
static void _single(const char *name)
|
||||
{
|
||||
struct physical_volume *pv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user