1
0
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:
Joe Thornber 2018-05-11 11:40:47 +01:00
parent 30a4c7988e
commit 413488edc6

View File

@ -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);