mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
radix-tree: fix a function decl
This commit is contained in:
parent
30a4c7988e
commit
413488edc6
@ -19,7 +19,7 @@
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
static void *rt_init()
|
||||
static void *rt_init(void)
|
||||
{
|
||||
struct radix_tree *rt = radix_tree_create();
|
||||
T_ASSERT(rt);
|
||||
|
Loading…
Reference in New Issue
Block a user