diff options
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 81f261f..6b90da3 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -67,7 +67,7 @@ enum features_ { AVERAGE_DEVIATION, SKEWNESS, KURTOSIS, - CENTROID, + CENTROID, IRREGULARITY_K, IRREGULARITY_J, TRISTIMULUS_1, @@ -125,7 +125,7 @@ enum return_codes_ { MALLOC_FAILED, BAD_ARGV, BAD_VECTOR_SIZE, - NO_RESULT + NO_RESULT }; /** |