From 206a5e8595d42913121b404324acacb05f30ee49 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 18 Jun 2013 08:15:43 -0700 Subject: Increment feature count to correct value --- xtract/libxtract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index d07ba97..c5140d4 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -71,7 +71,7 @@ extern "C" { * @{ */ -#define XTRACT_FEATURES 59 +#define XTRACT_FEATURES 60 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */ enum xtract_features_ { -- cgit v1.2.3