--- libaitcrc/src/pelco.c 2011/04/28 20:28:20 1.3 +++ libaitcrc/src/pelco.c 2011/05/10 20:48:49 1.3.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pelco.c,v 1.3 2011/04/28 20:28:20 misho Exp $ +* $Id: pelco.c,v 1.3.2.1 2011/05/10 20:48:49 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -53,7 +53,8 @@ SUCH DAMAGE. * return: crc for packet, if is 0 check and crc_GetErrno() == 1 Pelco protocol not supported */ -inline u_char crcPelco(u_char ver, u_char *pkt) +inline u_char +crcPelco(u_char ver, u_char *pkt) { register u_char i, crc;