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
3f29169b
Commit
3f29169b
authored
Jul 07, 2007
by
Josh Coalson
Browse files
minor syntax
parent
11d01591
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/flacdiff/main.cpp
View file @
3f29169b
...
...
@@ -77,7 +77,7 @@ protected:
virtual
bool
eof_callback
()
{
return
feof
((
FILE
*
)
f_
);
return
(
bool
)
feof
((
FILE
*
)
f_
);
}
virtual
::
FLAC__StreamDecoderWriteStatus
write_callback
(
const
::
FLAC__Frame
*
frame
,
const
FLAC__int32
*
const
/*buffer*/
[])
...
...
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