Flexelint polish

parent 526b87a9
......@@ -79,7 +79,7 @@ bitfs_reset(struct bitfs *bitfs)
CHECK_OBJ_NOTNULL(bitfs, BITFS_MAGIC);
AN(bitfs->space);
bitfs_init(bitfs, bitfs->space);
AN(bitfs_init(bitfs, bitfs->space));
}
static inline void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment