Skip to content

Commit

Permalink
Update main_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 7, 2024
1 parent 56131a9 commit 796c141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/cpp/main_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(int argc, char **argv)
if (capture.read(img) == false)
break;

if (!wrapper.EnqueueMat(&img) {
if (!wrapper.EnqueueMat(&img)) {
break;
}
if (!wrapper.DequeueMat(&img)) {
Expand Down

0 comments on commit 796c141

Please sign in to comment.