diff options
Diffstat (limited to 'src/libxtract.c')
-rw-r--r-- | src/libxtract.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libxtract.c b/src/libxtract.c index a77c990..9e476b5 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -1,5 +1,5 @@ /* libxtract feature extraction library - * + * * Copyright (C) 2006 Jamie Bullock * * This program is free software; you can redistribute it and/or modify @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, * USA. */ @@ -22,7 +22,8 @@ #include "xtract/libxtract.h" #define XTRACT_H -int(*xtract[])(const float *, const int, const void *, float *) = { +int(*xtract[])(const float *, const int, const void *, float *) = +{ /* xtract_scalar.h */ xtract_mean, xtract_variance, |