[Pcsclite-cvs-commit] r5031 - /trunk/PCSC/src/PCSC/ifdhandler.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jun 22 11:37:01 UTC 2010


Author: rousseau
Date: Tue Jun 22 11:37:00 2010
New Revision: 5031

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5031
Log:
fix a comment

Modified:
    trunk/PCSC/src/PCSC/ifdhandler.h

Modified: trunk/PCSC/src/PCSC/ifdhandler.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/PCSC/ifdhandler.h?rev=5031&op=diff
==============================================================================
--- trunk/PCSC/src/PCSC/ifdhandler.h (original)
+++ trunk/PCSC/src/PCSC/ifdhandler.h Tue Jun 22 11:37:00 2010
@@ -304,7 +304,7 @@
 #define TAG_IFD_SIMULTANEOUS_ACCESS     0x0FAF	/**< number of reader the driver can manage */
 #define TAG_IFD_POLLING_THREAD          0x0FB0	/**< driver uses a polling thread */
 #define TAG_IFD_POLLING_THREAD_KILLABLE 0x0FB1	/**< the polling thread can be killed */
-#define TAG_IFD_STOP_POLLING_THREAD     0x0FB2	/**< method used to stop the polling thread (instead of just pthread_kill() */
+#define TAG_IFD_STOP_POLLING_THREAD     0x0FB2	/**< method used to stop the polling thread (instead of just pthread_kill()) */
 
 	/*
 	 * IFD Handler version number enummerations




More information about the Pcsclite-cvs-commit mailing list