From 56ac2937d88c4cf927352a0f2c4dd26d9c0695ad Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Wed, 19 Sep 2012 16:56:27 +0400 Subject: [PATCH] Fix typo --- modules/photo/test/test_denoising.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/photo/test/test_denoising.cpp b/modules/photo/test/test_denoising.cpp index d52d8b4..7312bbb 100644 --- a/modules/photo/test/test_denoising.cpp +++ b/modules/photo/test/test_denoising.cpp @@ -52,7 +52,7 @@ using namespace std; #ifdef DUMP_RESULTS # define DUMP(image, path) imwrite(path, image) #else -# define FUMP(image, path) +# define DUMP(image, path) #endif -- 2.7.4