1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-29 06:50:38 +03:00

Minor oldstyle warning update

This commit is contained in:
Zdenek Kabelac 2012-01-09 12:29:15 +00:00
parent 99a1830b46
commit 8a3960d217

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),