From fefd2e5ce6d38eda50ddd13934f8440c33056cf5 Mon Sep 17 00:00:00 2001 From: Yannis Guyon Date: Wed, 14 Feb 2024 11:43:52 +0100 Subject: [PATCH] Remove 3 hidden leading chars in flann/dist.h /**** is EF BB BF 2F 2A 2A 2A 2A instead of 2F 2A 2A 2A 2A. --- modules/flann/include/opencv2/flann/dist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flann/include/opencv2/flann/dist.h b/modules/flann/include/opencv2/flann/dist.h index 2d7cbf13de..48540f7fdf 100644 --- a/modules/flann/include/opencv2/flann/dist.h +++ b/modules/flann/include/opencv2/flann/dist.h @@ -1,4 +1,4 @@ -/*********************************************************************** +/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.