]> sourceware.org Git - lvm2.git/commitdiff
radix-tree: fix a function decl
authorJoe Thornber <ejt@redhat.com>
Fri, 11 May 2018 10:40:47 +0000 (11:40 +0100)
committerJoe Thornber <ejt@redhat.com>
Fri, 11 May 2018 10:40:47 +0000 (11:40 +0100)
test/unit/radix_tree_t.c

index 6a7ecac6f5a59e1f3aec2eb345706c79a024a328..4455f2b04f1156ba56b7276ead5f783e493b43be 100644 (file)
@@ -19,7 +19,7 @@
 
 //----------------------------------------------------------------
 
-static void *rt_init()
+static void *rt_init(void)
 {
        struct radix_tree *rt = radix_tree_create();
        T_ASSERT(rt);
This page took 0.048479 seconds and 5 git commands to generate.