summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_kdm.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-01 13:43:41 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-01 13:43:41 +0100
commit6bc83f72f12c8513a1e9e9b6fd880697a73f968f (patch)
tree2b7f8b1456aea84dc088b5638524e908585c7e6e /src/tools/dcpomatic_kdm.cc
parenta6b3b4539ae17ce59f975a4be49278f4ccc736fd (diff)
while (1) -> while (true)
Diffstat (limited to 'src/tools/dcpomatic_kdm.cc')
-rw-r--r--src/tools/dcpomatic_kdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc
index 8c26ba4cc..092a1ca1b 100644
--- a/src/tools/dcpomatic_kdm.cc
+++ b/src/tools/dcpomatic_kdm.cc
@@ -116,7 +116,7 @@ int main (int argc, char* argv[])
program_name = argv[0];
int option_index = 0;
- while (1) {
+ while (true) {
static struct option long_options[] = {
{ "help", no_argument, 0, 'h'},
{ "output", required_argument, 0, 'o'},