1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Update for gcc old-style

This commit is contained in:
Zdenek Kabelac 2012-01-19 15:16:39 +00:00
parent 8a35706cb1
commit e38b557a74

View File

@ -89,7 +89,7 @@ static int _tok_match(const char *str, const char *b, const char *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_pool *mem = dm_pool_create("config", 10 * 1024);