Commit 5029dfed authored by Jose Luis Blanco's avatar Jose Luis Blanco

Removed extra "," that raised GCC warnings.

parent 25cadb1a
...@@ -120,7 +120,7 @@ enum flann_log_level_t ...@@ -120,7 +120,7 @@ enum flann_log_level_t
FLANN_LOG_FATAL = 1, FLANN_LOG_FATAL = 1,
FLANN_LOG_ERROR = 2, FLANN_LOG_ERROR = 2,
FLANN_LOG_WARN = 3, FLANN_LOG_WARN = 3,
FLANN_LOG_INFO = 4, FLANN_LOG_INFO = 4
}; };
enum flann_distance_t enum flann_distance_t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment