[Pcsclite-cvs-commit] r4538 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Nov 6 14:07:08 UTC 2009


Author: rousseau
Date: Fri Nov  6 14:07:08 2009
New Revision: 4538

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4538
Log:
remove useless PCHANNEL_MAP type definition

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=4538&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Nov  6 14:07:08 2009
@@ -182,7 +182,7 @@
 	LPSTR readerName;
 };
 
-typedef struct _psChannelMap CHANNEL_MAP, *PCHANNEL_MAP;
+typedef struct _psChannelMap CHANNEL_MAP;
 
 /**
  * @brief Represents the an Application Context on the Client side.




More information about the Pcsclite-cvs-commit mailing list