diff --git a/main.cpp b/main.cpp index e740d98..b817884 100644 --- a/main.cpp +++ b/main.cpp @@ -627,7 +627,7 @@ int main() { std::cout << h[i][j] << " "; } std::cout << std::endl; - } + } // Harris detector works. Life is good! return 0;