From b9e0dc71ab9b051a0de7d1f3693bfce8706fade1 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:21:11 +0000 Subject: [PATCH] revamp --- samples/cpp/contours2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/contours2.cpp b/samples/cpp/contours2.cpp index ccf71c1a58..705c27da37 100644 --- a/samples/cpp/contours2.cpp +++ b/samples/cpp/contours2.cpp @@ -9,7 +9,7 @@ using namespace std; void help() { cout - << "This program illustrates the use of findContours and drawContours\n" + << "\nThis program illustrates the use of findContours and drawContours\n" << "The original image is put up along with the image of drawn contours\n" << "Usage:\n" << "./contours2\n"