diff options
| author | Jamie Bullock <jamie@jamiebullock.com> | 2013-06-18 08:15:43 -0700 |
|---|---|---|
| committer | Jamie Bullock <jamie@jamiebullock.com> | 2013-06-18 08:15:43 -0700 |
| commit | 206a5e8595d42913121b404324acacb05f30ee49 (patch) | |
| tree | 4a04258bdcf9a814e10862c55d2066ae6ae9a2f4 | |
| parent | 12ef27105d22b6d8c757fa38deab286c2f894eec (diff) | |
| download | LibXtract-206a5e8595d42913121b404324acacb05f30ee49.tar.gz LibXtract-206a5e8595d42913121b404324acacb05f30ee49.tar.bz2 LibXtract-206a5e8595d42913121b404324acacb05f30ee49.zip | |
Increment feature count to correct value
| -rw-r--r-- | xtract/libxtract.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ { |