mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update for gcc old-style
This commit is contained in:
parent
8a35706cb1
commit
e38b557a74
@ -89,7 +89,7 @@ static int _tok_match(const char *str, const char *b, const char *e)
|
|||||||
return !(*str || (b != e));
|
return !(*str || (b != e));
|
||||||
}
|
}
|
||||||
|
|
||||||
struct dm_config_tree *dm_config_create()
|
struct dm_config_tree *dm_config_create(void)
|
||||||
{
|
{
|
||||||
struct dm_config_tree *cft;
|
struct dm_config_tree *cft;
|
||||||
struct dm_pool *mem = dm_pool_create("config", 10 * 1024);
|
struct dm_pool *mem = dm_pool_create("config", 10 * 1024);
|
||||||
|
Loading…
Reference in New Issue
Block a user