ref: bc6c1a7c0aa7b43f53578a78d8794d9b94693993
parent: a2ca72acd15ab86d0d59db1d593c34fadaf17be0
author: Paul Brossier <[email protected]>
date: Sat Feb 1 13:50:58 EST 2014
src/fmat.c: fix redeclaration when not using memcpy hacks
--- a/src/fmat.c
+++ b/src/fmat.c
@@ -129,7 +129,7 @@
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",