Skip to content

Commit

Permalink
Removed ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Pashchenkov Maxim committed Sep 24, 2021
1 parent 1e1d190 commit f76c4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CustomCapSource : public cv::gapi::wip::IStreamSource
}
cv::Mat frame = cap->read();
if (!frame.data) {
return false;;
return false;
}
data = frame.clone();
return true;
Expand Down

0 comments on commit f76c4c4

Please sign in to comment.