summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-13 16:44:23 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-13 16:44:23 +0000
commit24b58c0c4c38d30b3d6f0983ec8e6a64d3595a95 (patch)
tree3499f714471ff89e689b74a7ea76bd406fde4bbc /examples
parent504dcafeb44c81eaa8d9052b7c784743f7cbfad6 (diff)
downloadflac-24b58c0c4c38d30b3d6f0983ec8e6a64d3595a95.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/cpp/encode/file/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp
index 8471bedd..22448bbb 100644
--- a/examples/cpp/encode/file/main.cpp
+++ b/examples/cpp/encode/file/main.cpp
@@ -49,7 +49,7 @@ static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
int main(int argc, char *argv[])
{
- FLAC__bool ok = true;
+ bool ok = true;
OurEncoder encoder;
FLAC__StreamEncoderInitStatus init_status;
FLAC__StreamMetadata *metadata[2];