diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:17:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:17:35 +0100 |
| commit | f98f4f58e0b76cf60747897cbb8e488d8e29597a (patch) | |
| tree | 9129abae9e07087f5bf8f2b4a83c8b0222b0af83 | |
| parent | 06f0ba166ff4b811ff0c635434d06dc8abfaa5ab (diff) | |
Coding style.
| -rw-r--r-- | test/dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 435056cb..ce10ee28 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -251,7 +251,7 @@ BOOST_AUTO_TEST_CASE (dcp_test5) float buffer[4096*6]; float* channels[1]; channels[0] = buffer; - while (1) { + while (true) { sf_count_t N = sf_readf_float (sndfile, buffer, 4096); sound_writer->write (channels, N); if (N < 4096) { |
