Skip to content

Commit

Permalink
Issue #87, issue #104 [ci-skip]: using old-style logical ops in Video…
Browse files Browse the repository at this point in the history
…SourceFactory test
  • Loading branch information
dzhoshkun committed May 2, 2019
1 parent 41508f7 commit 4bafa0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char * argv[])
else
args_ok = false;
}
if (not args_ok)
if (!args_ok)
{
printf("Synopsis: %s DVI|SDI BGRA|I420\n", argv[0]);
return EXIT_FAILURE;
Expand Down

0 comments on commit 4bafa0c

Please sign in to comment.