X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fec.c;h=fe02487dee71c405e69892deb2e601a518e00bdc;hp=f3e68454941e702ff7cb9ca78ca9a3b749998086;hb=90ca7e7aa9bee7ee962674bfbd6e10f1dbebd0c7;hpb=eea9d1cae30df921ae2fd1771518b8b21dbd0daf diff --git a/fec.c b/fec.c index f3e68454..fe02487d 100644 --- a/fec.c +++ b/fec.c @@ -214,7 +214,7 @@ static void matmul(unsigned char *a, unsigned char *b, unsigned char *c, * Compute the inverse of a matrix. * * k is the size of the matrix 'src' (Gauss-Jordan, adapted from Numerical - * Recipes in C). Returns -1 if 'src' is singular. + * Recipes in C). Returns negative on errors. */ static int invert_mat(unsigned char *src, int k) {