r26866 - trunk/contrib/fec/src/csrc
[email protected] Thu, 16 Apr 2009 01:53:19 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: j16sdiz
Date: 2009-04-16 01:53:19 +0000 (Thu, 16 Apr 2009)
New Revision: 26866
Modified:
trunk/contrib/fec/src/csrc/fec.c
Log:
Explicit declaration
Modified: trunk/contrib/fec/src/csrc/fec.c
===================================================================
--- trunk/contrib/fec/src/csrc/fec.c 2009-04-15 23:33:39 UTC (rev 26865)
+++ trunk/contrib/fec/src/csrc/fec.c 2009-04-16 01:53:19 UTC (rev 26866)
@@ -205,7 +205,7 @@
}
#else /* GF_BITS > 8 */
static inline gf
-gf_mul(x,y)
+gf_mul(int x, int y)
{
if ( (x) == 0 || (y)==0 ) return 0;