mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
o made _single static
This commit is contained in:
parent
73f8f0bbd0
commit
756c72902f
@ -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…
x
Reference in New Issue
Block a user