src/fmat.c: fix redeclaration when not using memcpy hacks
authorPaul Brossier <piem@piem.org>
Sat, 1 Feb 2014 21:50:58 +0000 (18:50 -0300)
committerPaul Brossier <piem@piem.org>
Sat, 1 Feb 2014 21:50:58 +0000 (18:50 -0300)
src/fmat.c

index 7833020..a51c18a 100644 (file)
@@ -129,7 +129,7 @@ void fmat_weight(fmat_t *s, fmat_t *weight) {
 void fmat_copy(fmat_t *s, fmat_t *t) {
   uint_t i;
 #if !HAVE_MEMCPY_HACKS
-  uint_t i,j;
+  uint_t j;
 #endif
   if (s->height != t->height) {
     AUBIO_ERR("trying to copy %d rows to %d rows \n",