Commit 098cd03c authored by Felix Paul Kühne's avatar Felix Paul Kühne

bits: cosmetics

parent 953d664b
......@@ -208,7 +208,7 @@ static inline void bs_align_1( bs_t *s )
static inline bool bo_init(bo_t *p_bo, int i_size)
{
p_bo->b = block_Alloc(i_size);
if (!p_bo->b)
if (p_bo->b == NULL)
return false;
p_bo->b->i_buffer = 0;
......
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