1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #5303 from berak:patch-3

This commit is contained in:
Alexander Alekhin
2015-09-04 16:49:41 +00:00
@@ -542,5 +542,4 @@ int main()
else if(key == 'q')
exit(0);
}
waitKey(0);
}