diff options
| author | tmccolm <tmccolm@cinecert.com> | 2006-06-23 19:48:03 +0000 |
|---|---|---|
| committer | tmccolm <> | 2006-06-23 19:48:03 +0000 |
| commit | c589ee9d47d9f00aa4be32c5832a44ce466f014d (patch) | |
| tree | d285585caea07384dc75c5cb2a697df821437f72 /src/asdcp-test.cpp | |
| parent | 5e91ca52284adc91a42d6fe389c9cc70a33126a6 (diff) | |
2006/06/23 tmccolm
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 5eaffe3..e43569e 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -277,11 +277,11 @@ public: for ( int i = 1; i < argc; i++ ) { - if ( (strcmp( argv[i], "-help") == 0) ) - { - help_flag = true; - continue; - } + if ( (strcmp( argv[i], "-help") == 0) ) + { + help_flag = true; + continue; + } if ( argv[i][0] == '-' && isalpha(argv[i][1]) && argv[i][2] == 0 ) { |
