Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
92e43175
Commit
92e43175
authored
Jan 24, 2007
by
Josh Coalson
Browse files
minor typo
parent
ce1d07c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/bitbuffer.c
View file @
92e43175
...
...
@@ -647,7 +647,7 @@ FLAC__bool FLAC__bitbuffer_write_raw_uint32(FLAC__BitBuffer *bb, FLAC__uint32 va
FLAC__ASSERT
(
bits
<=
32
);
if
(
bits
==
0
)
return
true
;
/* inline the size check so we don't incur
e
a function call unnecessarily */
/* inline the size check so we don't incur a function call unnecessarily */
if
(
FLAC__BLURBS_TO_BITS
(
bb
->
capacity
)
<
bb
->
total_bits
+
bits
)
{
if
(
!
bitbuffer_ensure_size_
(
bb
,
bits
))
return
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment