diff options
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 ) { |
