mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-30 05:49:28 +03:00
radix-tree: fix a function decl
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
//----------------------------------------------------------------
|
//----------------------------------------------------------------
|
||||||
|
|
||||||
static void *rt_init()
|
static void *rt_init(void)
|
||||||
{
|
{
|
||||||
struct radix_tree *rt = radix_tree_create();
|
struct radix_tree *rt = radix_tree_create();
|
||||||
T_ASSERT(rt);
|
T_ASSERT(rt);
|
||||||
|
Reference in New Issue
Block a user