[Pcsclite-cvs-commit] Drivers/ccid/src/openct proto-t1.c,1.7,1.8

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src/openct
In directory haydn:/tmp/cvs-serv30876/openct

Modified Files:
	proto-t1.c 
Log Message:
remove a useless break; after a goto;


Index: proto-t1.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/openct/proto-t1.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- proto-t1.c	15 Jul 2004 09:19:11 -0000	1.7
+++ proto-t1.c	15 Jul 2004 09:31:04 -0000	1.8
@@ -418,7 +418,6 @@
 				DEBUG_COMM("Resync requested");
 				/* the card is not allowed to send a resync. */
 				goto resync;
-				break;
 			case T1_S_ABORT:
 				if (sdata[LEN] != 0)
 				{