From 64375af5c30255f9272122d4506356a042c42560 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:54 +0000 Subject: [PATCH] revamped --- samples/cpp/build3dmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/build3dmodel.cpp b/samples/cpp/build3dmodel.cpp index f9997b97de..953d5adecf 100644 --- a/samples/cpp/build3dmodel.cpp +++ b/samples/cpp/build3dmodel.cpp @@ -16,7 +16,7 @@ using namespace std; void myhelp() { -printf("Sigh: This program is not complete/will be replaced. \n" +printf("\nSigh: This program is not complete/will be replaced. \n" "So: Use this just to see hints of how to use things like Rodrigues\n" " conversions, finding the fundamental matrix, using descriptor\n" " finding and matching in features2d and using camera parameters\n" -- GitLab