Fix typo
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 19 Sep 2012 12:56:27 +0000 (16:56 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 19 Sep 2012 12:56:54 +0000 (16:56 +0400)
modules/photo/test/test_denoising.cpp

index d52d8b4..7312bbb 100644 (file)
@@ -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