Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arn354 committed Jul 16, 2016
1 parent 26f40e1 commit c6a415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -525,7 +525,7 @@ int main(int argc, char **argv)
{
if (!quiet)
fprintf(stderr, "Grabbing Video ...\n");
if (stb_type == BRCM7366) || stb_type == BRCM7252)
if (stb_type == BRCM7366) || (stb_type == BRCM7252)
{
getvideo2(video, &xres_v,&yres_v);
}
Expand Down

0 comments on commit c6a415c

Please sign in to comment.