[Asterisk-cvs] zaptel ztcfg-dude.c,1.1,1.2

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 21:44:29 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv12795

Modified Files:
	ztcfg-dude.c 
Log Message:
minor GCC 4 compile fix (bug #4063)


Index: ztcfg-dude.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztcfg-dude.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ztcfg-dude.c	18 Mar 2003 06:00:29 -0000	1.1
+++ ztcfg-dude.c	22 Apr 2005 02:35:04 -0000	1.2
@@ -722,7 +722,6 @@
 		case 's':
 			stopmode = 1;
 			break;
-		default:
 		}
 	}
 	cf = fopen(filename, "r");




More information about the svn-commits mailing list