diff --git a/samples/cpp/stereo_match.cpp b/samples/cpp/stereo_match.cpp index 8dc42195e8..69c77c39a3 100644 --- a/samples/cpp/stereo_match.cpp +++ b/samples/cpp/stereo_match.cpp @@ -45,7 +45,7 @@ int main(int argc, char** argv) const char* algorithm_opt = "--algorithm="; const char* maxdisp_opt = "--max-disparity="; const char* blocksize_opt = "--blocksize="; - const char* nodisplay_opt = "--no-display="; + const char* nodisplay_opt = "--no-display"; const char* scale_opt = "--scale="; if(argc < 3)