From fb054e5ea7603fc0f7965f6bdfdfaacf8f3d8f96 Mon Sep 17 00:00:00 2001 From: gkostka Date: Wed, 28 Oct 2015 19:31:21 +0100 Subject: Fix compile error --- lwext4/ext4_ialloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwext4/ext4_ialloc.c b/lwext4/ext4_ialloc.c index ee18127..c10c0f4 100644 --- a/lwext4/ext4_ialloc.c +++ b/lwext4/ext4_ialloc.c @@ -152,7 +152,7 @@ ext4_ialloc_verify_bitmap_csum(struct ext4_sblock *sb, return true; } #else -#define ext4_balloc_verify_bitmap_csum(...) true +#define ext4_ialloc_verify_bitmap_csum(...) true #endif int ext4_ialloc_free_inode(struct ext4_fs *fs, uint32_t index, bool is_dir) -- cgit v1.2.3