Skip to content

Commit

Permalink
Hotfix: compile syntax error in src/inline/bitstream.c
Browse files Browse the repository at this point in the history
  • Loading branch information
salasoom committed Apr 18, 2017
1 parent bf7c8be commit a81bb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline/bitstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ stream_capacity(const bitstream* s)

/* number of words per block */
inline_ size_t
stream_stride_block(const bitstream* stream)
stream_stride_block(const bitstream* s)
{
#ifdef BIT_STREAM_STRIDED
return s->mask + 1;
Expand Down

0 comments on commit a81bb15

Please sign in to comment.