1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Minor oldstyle warning update

This commit is contained in:
Zdenek Kabelac 2012-01-09 12:29:15 +00:00
parent e49622ef17
commit f9fb138bdd

View File

@ -131,7 +131,7 @@ static void test_clone(void)
dm_config_destroy(tree);
}
static void test_cascade()
static void test_cascade(void)
{
struct dm_config_tree *t1 = dm_config_from_string(conf),
*t2 = dm_config_from_string(overlay),