Skip to content

Commit

Permalink
Merge pull request opencv#12846 from alalek:issue_12834
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Oct 15, 2018
2 parents c5a5d7e + b54a70a commit 24ced3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/videoio/src/cap_v4l.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ static bool icvSetControl (CvCaptureCAM_V4L* capture,
fprintf(stderr,
"VIDEOIO ERROR: V4L2: setting property #%d is not supported\n",
property_id);
return -1;
return false;
}

/* get the min/max values */
Expand Down

0 comments on commit 24ced3d

Please sign in to comment.