From: chas w. <ch...@us...> - 2004-12-10 17:55:00
|
Update of /cvsroot/linux-atm/linux-atm/src/sigd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31027 Modified Files: Tag: V2_5_0 proto.c Log Message: fix compiler warning Index: proto.c =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/sigd/proto.c,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** proto.c 25 Sep 2004 11:32:32 -0000 1.2.2.1 --- proto.c 10 Dec 2004 17:54:50 -0000 1.2.2.2 *************** *** 263,267 **** break; } - default: } va_end(ap); --- 263,266 ---- *************** *** 292,296 **** } break; - default: } va_end(ap); --- 291,294 ---- |